Go configuration updated

This commit is contained in:
Emmanuel BENOîT 2022-07-25 09:28:48 +02:00
parent 79d2a20b1f
commit 6cfc625a14

View file

@ -1,2 +1,4 @@
" Disable :GoDef (we don't need gopls here) " Terminal support
let g:go_def_mapping_enabled = 0 let g:go_term_enabled = 1
let g:go_term_mode = "split"
let g:go_term_height = 15