dont expand tabs in lua files

This commit is contained in:
2025-11-24 22:34:00 +01:00
parent b15f3483ae
commit d88c7d0cbb
+1
View File
@@ -10,6 +10,7 @@ autocmd BufWinLeave *.* silent! mkview
autocmd FileType * setlocal indentexpr= autocmd FileType * setlocal indentexpr=
autocmd FileType csharp setlocal makeprg=dotnet autocmd FileType csharp setlocal makeprg=dotnet
autocmd FileType go setlocal makeprg=go noexpandtab autocmd FileType go setlocal makeprg=go noexpandtab
autocmd FileType lua setlocal noexpandtab
nnoremap ,ct :!ctags -R .<CR> nnoremap ,ct :!ctags -R .<CR>
augroup GoCtags augroup GoCtags
autocmd! autocmd!