plugins - Added vim-go
This commit is contained in:
parent
a9b19694d1
commit
588d663a76
4 changed files with 46 additions and 5 deletions
plugins
14
plugins/vim-go.cfg.vim
Normal file
14
plugins/vim-go.cfg.vim
Normal file
|
@ -0,0 +1,14 @@
|
|||
" Terminal support
|
||||
let g:go_term_enabled = 1
|
||||
let g:go_term_mode = "split"
|
||||
let g:go_term_height = 15
|
||||
|
||||
" Highlighting
|
||||
let g:go_highlight_functions = 1
|
||||
let g:go_highlight_function_calls = 1
|
||||
let g:go_highlight_structs = 1
|
||||
let g:go_highlight_operators = 1
|
||||
let g:go_highlight_build_constraints = 1
|
||||
|
||||
" Formatting
|
||||
let g:go_fmt_command = 'gopls'
|
Loading…
Add table
Add a link
Reference in a new issue