feat(jujutsu): Add support for jj description
- Snippets - Spellchecking - Grammar checking
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user