mirror of https://github.com/LazyVim/starter
chore: merge note & markdown
parent
cb454c184b
commit
05cb2c97f6
|
@ -4,4 +4,14 @@ return {
|
|||
lazy = true,
|
||||
ft = "markdown",
|
||||
},
|
||||
{
|
||||
"yujinyuz/gitpad.nvim",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
title = "Note",
|
||||
border = "rounded",
|
||||
dir = "~/Workspace/Notes/",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"yujinyuz/gitpad.nvim",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
title = "Note",
|
||||
border = "rounded",
|
||||
dir = "~/Workspace/Notes/",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue