re-enable obsidian.nvim

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

@ -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

@ -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 👇
},
}

Loading…
Cancel
Save