starter/lua/plugins/markdown.lua

17 lines
251 B
Lua

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