Skip to content

Commit

Permalink
Add deoplete and godebug
Browse files Browse the repository at this point in the history
  • Loading branch information
walle committed Apr 12, 2017
1 parent f466550 commit 1f3073b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/init.vim
Expand Up @@ -17,6 +17,9 @@ Plug 'honza/vim-snippets'
if has('nvim')
Plug 'Shougo/deoplete.nvim'
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'zchee/deoplete-go', { 'do': 'make'}
Plug 'jodosha/vim-godebug'
let g:deoplete#enable_at_startup = 1
else
Plug 'Shougo/neocomplete.vim'
Plug 'Shougo/vimproc' , { 'do': 'make'}
Expand Down

0 comments on commit 1f3073b

Please sign in to comment.