Bundles - add vim-go
This commit is contained in:
parent
a4a87df17d
commit
1623b2a3e8
2 changed files with 3 additions and 0 deletions
2
bundles-init/vim-go.cfg.vim
Normal file
2
bundles-init/vim-go.cfg.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
" Disable :GoDef (we don't need gopls here)
|
||||||
|
let g:go_def_mapping_enabled = 0
|
1
bundles-init/vim-go.load.vim
Normal file
1
bundles-init/vim-go.load.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
NeoBundle 'fatih/vim-go'
|
Loading…
Reference in a new issue