kickstart.nvim/lua/custom/plugins/markdown.lua

8 lines
152 B
Lua
Raw Normal View History

return {
2024-10-09 17:03:09 +02:00
'tadmccorkle/markdown.nvim',
ft = 'markdown', -- or 'event = "VeryLazy"'
opts = {
-- configuration here or empty for defaults
},
}