Browse Source

Add vundle plugins

master
Matthew Faltys 9 years ago
parent
commit
656b65f126
  1. 6
      vimrc

6
vimrc

@ -15,9 +15,8 @@ Plugin 'christoomey/vim-tmux-navigator'
Plugin 'shougo/vinarise'
Plugin 'tpope/vim-fugitive'
Plugin 'benekastah/neomake'
Plugin 'airblade/vim-gitgutter'
"Bundle 'christoomey/vim-tmux-navigator'
"Plugin 'shougo/deoplete.nvim'
call vundle#end()
filetype plugin indent on
@ -108,3 +107,6 @@ hi LineNr ctermfg=DarkGrey
" this is the syntastic-like plugin
autocmd! BufWritePost * Neomake
"-----/NEOMAKE CONFIGS-----
" Use deoplete.
"let g:deoplete#enable_at_startup = 1

Loading…
Cancel
Save