starter/lua/plugins/markdown.lua
2024-05-18 13:42:29 +07:00

17 lines
275 B
Lua

return {
{
"opdavies/toggle-checkbox.nvim",
lazy = true,
ft = "markdown",
},
{
"yujinyuz/gitpad.nvim",
lazy = true,
event = "VeryLazy",
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}