feat(describe): set the local filetype of the editor describe to jjdescription (#57)

This commit is contained in:
Mathew Harman
2025-12-24 16:20:01 -08:00
committed by GitHub
parent 40cf2fea13
commit faf1a9f63c
+1
View File
@@ -124,6 +124,7 @@ function M.open_editor(initial_text, on_done, on_unload, keymaps)
name = "jujutsu:///DESCRIBE_EDITMSG",
split = "horizontal",
size = math.floor(vim.o.lines / 2),
filetype = "jjdescription",
buftype = "acwrite",
modifiable = true,
keymaps = keymaps,