mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +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",
|
name = "jujutsu:///DESCRIBE_EDITMSG",
|
||||||
split = "horizontal",
|
split = "horizontal",
|
||||||
size = math.floor(vim.o.lines / 2),
|
size = math.floor(vim.o.lines / 2),
|
||||||
|
filetype = "jjdescription",
|
||||||
buftype = "acwrite",
|
buftype = "acwrite",
|
||||||
modifiable = true,
|
modifiable = true,
|
||||||
keymaps = keymaps,
|
keymaps = keymaps,
|
||||||
|
|||||||
Reference in New Issue
Block a user