Browse Source

Update .vimrc

refactor/nvim-lua
Garrit Franke 5 years ago committed by GitHub
parent
commit
c53ccbf09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      rcs/.vimrc

3
rcs/.vimrc

@ -19,6 +19,9 @@ Plugin 'lifepillar/vim-mucomplete'
Plugin 'pangloss/vim-javascript'
Plugin 'mxw/vim-jsx'
" install plugins
vim +PluginInstall +qall
call vundle#end() " required
filetype plugin indent on " required

Loading…
Cancel
Save