From 656b65f126888510a23336a5a19e1a431eb76134 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Fri, 29 Apr 2016 09:09:09 -0500 Subject: [PATCH] Add vundle plugins --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index f512cca..afb99c3 100644 --- a/vimrc +++ b/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