Go configuration updated
This commit is contained in:
parent
79d2a20b1f
commit
6cfc625a14
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue