This commit is contained in:
2025-11-26 17:57:22 +01:00
parent d88c7d0cbb
commit 2681a2fd1a
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ autocmd FileType * setlocal indentexpr=
autocmd FileType csharp setlocal makeprg=dotnet
autocmd FileType go setlocal makeprg=go noexpandtab
autocmd FileType lua setlocal noexpandtab
autocmd FileType c setlocal noexpandtab
nnoremap ,ct :!ctags -R .<CR>
augroup GoCtags
autocmd!