Bundles - add vim-go

This commit is contained in:
Emmanuel BENOîT 2020-12-02 21:16:23 +01:00
parent a4a87df17d
commit 1623b2a3e8
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
" Disable :GoDef (we don't need gopls here)
let g:go_def_mapping_enabled = 0

View file

@ -0,0 +1 @@
NeoBundle 'fatih/vim-go'