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

7 lines
113 B
Lua
Raw Normal View History

2024-08-22 16:33:31 -03:00
return {
'roodolv/markdown-toggle.nvim',
config = function()
require('markdown-toggle').setup()
end,
}