summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index f4925f8..58fe375 100644
--- a/vimrc
+++ b/vimrc
@@ -156,6 +156,12 @@ if !isdirectory(g:netrw_home)
call mkdir(g:netrw_home, 'p')
endif
" }}}
+" polyglot {{{
+" this is for things that can't be set in ftplugin files for whatever reason
+let g:go_highlight_functions = 1
+let g:go_highlight_function_calls = 1
+let g:go_highlight_types = 1
+" }}}
" rainbow {{{
let g:rainbow = 1
let g:rainbow_paren = 1