mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 09:30:20 +00:00
Plugins for autocomplete and syntax highlighting
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -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 %'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user