Plugins for autocomplete and syntax highlighting

This commit is contained in:
2019-06-28 16:24:53 +02:00
parent e3861fa422
commit 1db11e4c1b

3
.vimrc
View File

@@ -11,6 +11,9 @@ call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'git@github.com:ajh17/VimCompletesMe.git'
Plugin 'git@github.com:Valloric/YouCompleteMe.git'
Plugin 'git@github.com:moll/vim-node.git'
" autocmd FileType markdown let b:dispatch = 'octodown --live-reload %'