starter/lua/plugins/note.lua

13 lines
191 B
Lua
Raw Normal View History

2024-05-15 09:38:41 +08:00
return {
{
"yujinyuz/gitpad.nvim",
2024-05-15 09:39:12 +08:00
lazy = true,
event = "VeryLazy",
2024-05-15 09:38:41 +08:00
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}