remove autocomplete
This commit is contained in:
8
vimrc
8
vimrc
@@ -55,14 +55,6 @@ Plug 'vim-airline/vim-airline-themes'
|
||||
" Plug 'w0rp/ale'
|
||||
" Solalized Theme
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
" Autocompletion
|
||||
if has('nvim')
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
else
|
||||
Plug 'Shougo/deoplete.nvim'
|
||||
Plug 'roxma/nvim-yarp'
|
||||
Plug 'roxma/vim-hug-neovim-rpc'
|
||||
endif
|
||||
|
||||
" Initialize plugin system
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user