dont expand tabs in lua files
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user