chore: use lua as much as possible

This commit is contained in:
2026-09-14 21:02:46 +02:00
parent 987a52e779
commit 9853ec0dbb
2 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Config.now_if_args(function()
local filetypes = {
'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript',
'typescript', 'typescriptreact', 'svelte', 'dockerfile', 'yaml', 'markdown', 'dart',
'json', 'xml', 'toml', 'sh', 'bash', 'zsh', 'just', 'gitcommit', 'diff', 'regex', 'http'
'json', 'xml', 'toml', 'sh', 'zsh', 'just', 'gitcommit', 'diff', 'regex', 'http'
}
Config.autocmd('FileType', filetypes, function(ev)