re-enable obsidian.nvim

pull/1409/head
Joshua Nussbaum 5 months ago
parent abf1273892
commit d72a71da78

@ -10,7 +10,6 @@ return {}
-- https://github.com/stevearc/oil.nvim -- https://github.com/stevearc/oil.nvim
-- https://github.com/debugloop/telescope-undo.nvim -- https://github.com/debugloop/telescope-undo.nvim
-- https://github.com/nvim-java/nvim-java -- https://github.com/nvim-java/nvim-java
-- https://github.com/epwalsh/obsidian.nvim
-- https://github.com/nvim-neotest/neotest -- https://github.com/nvim-neotest/neotest
-- https://github.com/rafcamlet/nvim-luapad -- https://github.com/rafcamlet/nvim-luapad
-- https://github.com/ellisonleao/glow.nvim -- https://github.com/ellisonleao/glow.nvim

@ -1,6 +1,3 @@
if true then
return {}
end
return { return {
'epwalsh/obsidian.nvim', 'epwalsh/obsidian.nvim',
version = '*', -- recommended, use latest release instead of latest commit version = '*', -- recommended, use latest release instead of latest commit
@ -22,16 +19,10 @@ return {
}, },
opts = { opts = {
workspaces = { workspaces = {
{
name = 'daybook',
path = '~/workspace/obsidian/daybook',
},
{ {
name = 'obsidian-vault', name = 'obsidian-vault',
path = '~/workspace/obsidian/obsidian-vault', path = '~/workspace/github.com/0x4D5352/obsidian-vault',
}, },
}, },
-- see below for full list of options 👇
}, },
} }

Loading…
Cancel
Save