install markdown tools

sometimes inline formatting doesn't work - presumably because the treesitter module hasn't loaded
This commit is contained in:
andrzej 2024-05-02 11:24:43 +02:00
parent 9c588cdcf8
commit bd9302009b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"tadmccorkle/markdown.nvim",
ft = "markdown", -- or 'event = "VeryLazy"'
opts = {
-- configuration here or empty for defaults
},
}