language specific settings for python, csharp and yaml

This commit is contained in:
Ivar Fatland
2025-09-30 08:11:39 +02:00
parent c4c240eb3c
commit effe7eddd8
+5
View File
@@ -60,3 +60,8 @@ let g:rustfmt_autosave = 0
autocmd FileType * setlocal indentexpr= autocmd FileType * setlocal indentexpr=
set wildignore=*.o,*.obj,.git/**,tags,*.pyc set wildignore=*.o,*.obj,.git/**,tags,*.pyc
" language specific makeprgs
autocmd FileType python setlocal makeprg=basedpyright expandtab
autocmd FileType csharp setlocal makeprg=dotnet expandtab
autocmd FileType yaml setlocal expandtab tabstop=2