starter/lua/plugins/note.lua

11 lines
150 B
Lua

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