From 11c0821a5d76351bb293512fbc512b52932b6655 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 03:18:57 +0100 Subject: [PATCH] vimrc: go highlight types --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 954fc2d..edd9c91 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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