8 lines
152 B
Lua
8 lines
152 B
Lua
return {
|
|
'tadmccorkle/markdown.nvim',
|
|
ft = 'markdown', -- or 'event = "VeryLazy"'
|
|
opts = {
|
|
-- configuration here or empty for defaults
|
|
},
|
|
}
|