mirror of https://github.com/LazyVim/starter
11 lines
150 B
Lua
11 lines
150 B
Lua
|
return {
|
||
|
{
|
||
|
"yujinyuz/gitpad.nvim",
|
||
|
opts = {
|
||
|
title = "Note",
|
||
|
border = "rounded",
|
||
|
dir = "~/Workspace/Notes/",
|
||
|
},
|
||
|
},
|
||
|
}
|