diff --git a/lua/plugins/markdown.lua b/lua/plugins/markdown.lua index ff027d7..80728f8 100644 --- a/lua/plugins/markdown.lua +++ b/lua/plugins/markdown.lua @@ -4,4 +4,14 @@ return { lazy = true, ft = "markdown", }, + { + "yujinyuz/gitpad.nvim", + lazy = true, + event = "VeryLazy", + opts = { + title = "Note", + border = "rounded", + dir = "~/Workspace/Notes/", + }, + }, } diff --git a/lua/plugins/note.lua b/lua/plugins/note.lua deleted file mode 100644 index 41153a0..0000000 --- a/lua/plugins/note.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - { - "yujinyuz/gitpad.nvim", - lazy = true, - event = "VeryLazy", - opts = { - title = "Note", - border = "rounded", - dir = "~/Workspace/Notes/", - }, - }, -}