fix error

This commit is contained in:
2026-01-16 19:28:02 +01:00
parent 5e17c6d395
commit 70480830bb
+1 -1
View File
@@ -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 <buffer> ,ct :!ctags -R $(go env GOROOT) .<CR>
augroup END