8000 fix(neovim): Remove deoplete plugin · musq/dotfiles@d963926 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit d963926

Browse files
committed
fix(neovim): Remove deoplete plugin
1 parent 34d1f54 commit d963926

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/config/nvim/init.vim

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,7 @@ call plug#begin('~/.cache/vim/plugged')
660660
Plug 'rgarver/Kwbd.vim'
661661
Plug 'roman/golden-ratio'
662662
Plug 'sheerun/vim-polyglot'
663-
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
664663
Plug 'szw/vim-maximizer'
665-
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
666664
Plug 'tpope/vim-commentary'
667665
Plug 'tpope/vim-fugitive'
668666
Plug 'tpope/vim-surround'
@@ -697,15 +695,6 @@ call ChangeTheme(2) " Change theme
697695
let g:ackprg = 'ag --vimgrep'
698696

699697

700-
" ----------------------------------------------------------------------
701-
" | Plugins - Deoplete |
702-
" ----------------------------------------------------------------------
703-
704-
" Enable at startup
705-
706-
let g:deoplete#enable_at_startup = 1
707-
708-
709698
" ----------------------------------------------------------------------
710699
" | Plugins - Gitgutter |
711700
" ----------------------------------------------------------------------

0 commit comments

Comments
 (0)
0