starter/lua/plugins/markdown/actions.lua

15 lines
194 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
{
"opdavies/toggle-checkbox.nvim",
ft = "markdown",
},
{
"yujinyuz/gitpad.nvim",
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}