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