feat(jujutsu): Add support for jj description

- Snippets
- Spellchecking
- Grammar checking
This commit is contained in:
2024-11-10 15:03:48 +01:00
parent 3242adf2ed
commit c10feb7712
3 changed files with 14 additions and 0 deletions

View File

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