mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
17 lines
275 B
Lua
17 lines
275 B
Lua
return {
|
|
{
|
|
"opdavies/toggle-checkbox.nvim",
|
|
lazy = true,
|
|
ft = "markdown",
|
|
},
|
|
{
|
|
"yujinyuz/gitpad.nvim",
|
|
lazy = true,
|
|
event = "VeryLazy",
|
|
opts = {
|
|
title = "Note",
|
|
border = "rounded",
|
|
dir = "~/Workspace/Notes/",
|
|
},
|
|
},
|
|
}
|