fix: collection of small fixes

This commit is contained in:
Job Jobse
2026-09-04 20:56:21 +02:00
parent d1cd00d93b
commit 098457b5d4
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,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', 'gitcommit', 'diff', 'regex', 'http'
'json', 'xml', 'toml', 'sh', 'bash', 'zsh', 'just', 'gitcommit', 'diff', 'regex', 'http'
}
Config.autocmd('FileType', filetypes, function(ev)