fix: small fixes

This commit is contained in:
2026-08-29 15:54:35 +02:00
parent 93ba68bb33
commit c4d76c9025
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Config.now_if_args(function()
local filetypes = {
'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript',
'typescript', 'typescriptreact', 'dockerfile', 'yaml', 'markdown', 'dart',
'json', 'xml', 'toml', 'bash', 'gitcommit', 'diff', 'regex', 'zsh'
'json', 'xml', 'toml', 'bash', 'gitcommit', 'diff', 'regex', 'zsh', 'http'
}
Config.autocmd('FileType', filetypes, function(ev)