starter/lua/plugins/markdown/actions.lua

15 lines
194 B
Lua

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