From 3816cb8729fce0206a4e01a2e7989d5462249e88 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 30 Nov 2021 15:42:42 +0100 Subject: update --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 7f425b2..436dcaa 100644 --- a/.vimrc +++ b/.vimrc @@ -25,7 +25,7 @@ let g:go_list_type = "quickfix" let g:go_fmt_command = "gopls" let g:go_gopls_gofumpt = 1 let g:go_metalinter_command = "golangci-lint" -autocmd FileType go syntax on +"autocmd FileType go syntax on autocmd FileType go nmap b (go-build) autocmd FileType go nmap i (go-info) autocmd FileType go nmap r (go-run) -- cgit v1.2.3