diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 53b7339..d1070e1 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -416,19 +416,5 @@ require("lazy").setup({ cmd = "SupermavenStart" }, { "imsnif/kdl.vim", lazy = true, ft = "kdl" }, - { - "epwalsh/obsidian.nvim", - lazy = true, - ft = "markdown", - dependencies = { "nvim-lua/plenary.nvim" }, - opts = { - workspaces = { - { name = "Athenaeum", path = "~/Documents/Athenaeum" }, - -- Mage, the Awakening and other Chronicles of Darkness - { name = "Celestial Grimoire", path = "~/Documents/Celestial Grimoire" }, - { name = "Infleqtion", path = "~/Documents/infleqtion-vault" }, - } - } - }, } })