plugins - Added vim-go

This commit is contained in:
Emmanuel BENOîT 2023-06-24 15:45:14 +02:00
parent a9b19694d1
commit 588d663a76
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
4 changed files with 46 additions and 5 deletions

View file

@ -1,4 +0,0 @@
" Terminal support
let g:go_term_enabled = 1
let g:go_term_mode = "split"
let g:go_term_height = 15

View file

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