mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 10:46:08 +00:00
feat(describe): set the local filetype of the editor describe to jjdescription (#57)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user