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

8 lines
152 B
Plaintext
Raw Normal View History

2025-03-18 13:03:54 +01:00
return {
'tadmccorkle/markdown.nvim',
ft = 'markdown', -- or 'event = "VeryLazy"'
opts = {
-- configuration here or empty for defaults
},
}