From 70480830bbbe821ef8d21f7d81a6926d26301958 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 16 Jan 2026 19:28:02 +0100 Subject: [PATCH] fix error --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 7d88d36..7685d4b 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -110,7 +110,7 @@ au FileType * setlocal indentexpr= au FileType go setlocal makeprg=go noexpandtab au FileType lua setlocal noexpandtab au FileType c setlocal noexpandtab -au GoCtags +augroup GoCtags autocmd! autocmd FileType go nnoremap ,ct :!ctags -R $(go env GOROOT) . augroup END