starter/lua/plugins/markdown.lua

18 lines
275 B
Lua
Raw Normal View History

return {
{
"opdavies/toggle-checkbox.nvim",
2024-05-15 09:39:12 +08:00
lazy = true,
2024-05-16 10:50:08 +08:00
ft = "markdown",
},
2024-05-18 14:42:29 +08:00
{
"yujinyuz/gitpad.nvim",
lazy = true,
event = "VeryLazy",
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}