updated configs

This commit is contained in:
2026-09-03 21:03:02 -06:00
parent 5528d67234
commit 955bce98fc
25 changed files with 492 additions and 59 deletions
+2 -1
View File
@@ -56,9 +56,10 @@ augroup filetype_specific_formatting
autocmd FileType go call FormatFileType(4, v:false, 'manual', 99, v:false)
autocmd FileType json call FormatFileType(2, v:false, 'indent', 99, v:false)
autocmd FileType smarty call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType gdscript call FormatFileType(8, v:false, 'indent', 99, v:false)
augroup end
let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh', 'sql']
let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh', 'sql', 'gdscript']
" }}}
syntax on