diff --git a/init.vim b/init.vim index 906cad7..1731784 100644 --- a/init.vim +++ b/init.vim @@ -67,6 +67,7 @@ Plug 'carlitux/deoplete-ternjs', { 'for': [ 'javascript', 'vue', 'html' ], 'do': " Go Plug 'fatih/vim-go', { 'for': [ 'go', 'html', 'gohtmltmpl' ], 'do': ':GoInstallBinaries' } " go support +Plug 'zchee/deoplete-go', { 'for': 'go' } " LaTeX Plug 'lervag/vimtex', { 'for': 'tex' }