Skip to content

Commit

Permalink
Fix obsidian workspaces list
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Nov 10, 2023
1 parent b97d2aa commit 00598ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neovim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ use({
config = function()
require("obsidian").setup({
workspaces = {
name = "personal",
path = "~/Documents/Obsidian",
{ name = "personal", path = "~/Documents/Obsidian" },
},
})
end,
Expand Down

0 comments on commit 00598ea

Please sign in to comment.