starter/lua/plugins/note.lua

13 lines
191 B
Lua

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