chore: merge note & markdown

pull/99/head
fm39hz-workstation 2024-05-18 13:42:29 +07:00 committed by fm39hz-laptop
parent cb454c184b
commit 05cb2c97f6
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/",
},
},
}