Skip to content

Instantly share code, notes, and snippets.

@leonprou
Created January 15, 2018 08:32
Show Gist options
  • Save leonprou/6a0318c5c368b15ba39ad152dc4de777 to your computer and use it in GitHub Desktop.
Save leonprou/6a0318c5c368b15ba39ad152dc4de777 to your computer and use it in GitHub Desktop.
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
set number
let g:typescript_indent_disable = 1
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'leafgarland/typescript-vim'
" Initialize plugin system
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment