From ed0ae8bbde8bce6bc90eb95e89075c0c7360ba10 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Tue, 5 Apr 2022 16:37:30 -0400 Subject: [PATCH] bug fixes --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index ba05ae7..5ea07f2 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,7 @@ syntax enable colorscheme hybrid " syntax highlighting +let g:go_highlight_types = 1 let g:go_highlight_fields = 1 let g:go_highlight_functions = 1 let g:go_highlight_function_calls = 1