vimrc: go highlight types
This commit is contained in:
parent
bb6e1fc9c7
commit
11c0821a5d
@ -629,6 +629,7 @@ let g:go_info_mode='gopls'
|
||||
" Status line types/signatures.
|
||||
let g:go_auto_type_info = 1
|
||||
|
||||
let g:go_highlight_types = 1
|
||||
let g:go_highlight_functions = 1
|
||||
let g:go_highlight_methods = 1
|
||||
let g:go_highlight_structs = 1
|
||||
|
Loading…
Reference in New Issue
Block a user