mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +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
|
" let Vundle manage Vundle, required
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
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 %'
|
" autocmd FileType markdown let b:dispatch = 'octodown --live-reload %'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user