# chezmoi:template:left-delimiter="{{ "{{- /* vim: set filetype=vim: */ -}} "{{- if lookPath "go" -}} set noexpandtab "{{ if lookPath "gofumpt" -}} " use goimports for formatting let g:go_fmt_command = "gofumpt" "{{- end }} " turn highlighting on let g:go_highlight_functions = 1 let g:go_highlight_methods = 1 let g:go_highlight_structs = 1 let g:go_highlight_operators = 1 let g:go_highlight_build_constraints = 1 " Open go doc in vertical window, horizontal, or tab nnoremap d :GoDef nnoremap t :GoDefType "{{- end }}