starter/lua/plugins/note.lua
fm39hz-workstation 7d2f353bc0 feat: add gitpad
2024-05-15 08:38:41 +07:00

10 lines
150 B
Lua

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