kickstart.nvim/lua/custom/plugins/markdown.lua.off
2025-03-18 13:03:54 +01:00

8 lines
152 B
Plaintext

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