nvim: Add djot filetype to prose plugins
Since it is (basically) markdown, we add it to markdown-like filetypes.
This commit is contained in:
parent
395bf80abe
commit
18ce017b8a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
local md_like = {
|
||||
"markdown",
|
||||
"djot",
|
||||
"pandoc",
|
||||
"quarto",
|
||||
"vimwiki",
|
||||
"codecompanion",
|
||||
}
|
||||
local org_like = {
|
||||
"norg",
|
||||
|
|
@ -68,7 +70,6 @@ local prose_plugs = {
|
|||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
main = "render-markdown",
|
||||
opts = {
|
||||
file_types = { unpack(md_like) },
|
||||
render_modes = { "n", "c", "i" },
|
||||
code = {
|
||||
sign = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue