kickstart.nvim/lua/custom/plugins/markdown.lua
2024-10-09 17:03:09 +02:00

8 lines
152 B
Lua

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