starter/lua/plugins/note.lua
2024-05-15 08:39:12 +07:00

12 lines
191 B
Lua

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