mirror of https://github.com/LazyVim/starter
15 lines
194 B
Lua
15 lines
194 B
Lua
|
return {
|
||
|
{
|
||
|
"opdavies/toggle-checkbox.nvim",
|
||
|
ft = "markdown",
|
||
|
},
|
||
|
{
|
||
|
"yujinyuz/gitpad.nvim",
|
||
|
opts = {
|
||
|
title = "Note",
|
||
|
border = "rounded",
|
||
|
dir = "~/Workspace/Notes/",
|
||
|
},
|
||
|
},
|
||
|
}
|