diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 4c99b251..a6e0ef4c 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -10,7 +10,6 @@ return {} -- https://github.com/stevearc/oil.nvim -- https://github.com/debugloop/telescope-undo.nvim -- https://github.com/nvim-java/nvim-java --- https://github.com/epwalsh/obsidian.nvim -- https://github.com/nvim-neotest/neotest -- https://github.com/rafcamlet/nvim-luapad -- https://github.com/ellisonleao/glow.nvim diff --git a/lua/custom/plugins/obsidian-nvim.lua b/lua/custom/plugins/obsidian-nvim.lua index d62f50e8..a0039409 100644 --- a/lua/custom/plugins/obsidian-nvim.lua +++ b/lua/custom/plugins/obsidian-nvim.lua @@ -1,6 +1,3 @@ -if true then - return {} -end return { 'epwalsh/obsidian.nvim', version = '*', -- recommended, use latest release instead of latest commit @@ -22,16 +19,10 @@ return { }, opts = { workspaces = { - { - name = 'daybook', - path = '~/workspace/obsidian/daybook', - }, { name = 'obsidian-vault', - path = '~/workspace/obsidian/obsidian-vault', + path = '~/workspace/github.com/0x4D5352/obsidian-vault', }, }, - - -- see below for full list of options 👇 }, }