chore: merge note & markdown

pull/98/head
fm39hz-workstation 2024-05-18 13:42:29 +07:00
parent be26a77edb
commit 75a5bb7585
2 changed files with 10 additions and 12 deletions

View File

@ -4,4 +4,14 @@ return {
lazy = true,
ft = "markdown",
},
{
"yujinyuz/gitpad.nvim",
lazy = true,
event = "VeryLazy",
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}

View File

@ -1,12 +0,0 @@
return {
{
"yujinyuz/gitpad.nvim",
lazy = true,
event = "VeryLazy",
opts = {
title = "Note",
border = "rounded",
dir = "~/Workspace/Notes/",
},
},
}