mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: merge note & markdown
This commit is contained in:
parent
be26a77edb
commit
75a5bb7585
2 changed files with 10 additions and 12 deletions
|
|
@ -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…
Add table
Reference in a new issue