fix(jj): replace jj with jjdescription filetype

This commit is contained in:
2025-04-01 18:57:52 +02:00
parent 2a35077571
commit 2cc2998907
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ luasnip.config.setup {
updateevents = "TextChanged,TextChangedI",
enable_autosnippets = true,
}
luasnip.filetype_extend("jj", { "gitcommit" })
luasnip.filetype_extend("jjdescription", { "gitcommit" })
local has_words_before = function()
unpack = unpack or table.unpack