Plugin 'c9s/perlomni.vim'
Plugin 'morhetz/gruvbox'
Plugin 'junegunn/fzf.vim'
-"Plugin 'othree/vim-autocomplpop'
-if has('nvim')
- Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
-else
- Plugin 'Shougo/deoplete.nvim'
- Plugin 'roxma/nvim-yarp'
- Plugin 'roxma/vim-hug-neovim-rpc'
-endif
+Plugin 'othree/vim-autocomplpop'
call vundle#end()
filetype on
filetype plugin indent on
filetype plugin indent on
-let g:deoplete#enable_at_startup = 1
-call deoplete#custom#option({
- \ 'auto_complete': v:true,
- \ 'smart_case': v:true,
- \ 'auto_complete_popup': 'auto'
- \ })
-
-
" ack seems to have vanished from artfull, thus use silversearchger-ag
" for ack.vim:
if executable('ag')