kickstart.nvim/lua/custom/plugins/markdown-toggle.lua
2024-08-22 16:33:31 -03:00

7 lines
113 B
Lua

return {
'roodolv/markdown-toggle.nvim',
config = function()
require('markdown-toggle').setup()
end,
}