install markdown tools
sometimes inline formatting doesn't work - presumably because the treesitter module hasn't loaded
This commit is contained in:
parent
9c588cdcf8
commit
bd9302009b
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"tadmccorkle/markdown.nvim",
|
||||||
|
ft = "markdown", -- or 'event = "VeryLazy"'
|
||||||
|
opts = {
|
||||||
|
-- configuration here or empty for defaults
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue