obsidian paths correction

This commit is contained in:
Salar Rahmanian 2023-11-05 20:50:31 -08:00
parent 30857126bc
commit eb90680227

View file

@ -2,8 +2,8 @@ return {
"epwalsh/obsidian.nvim",
lazy = true,
event = {
"BufReadPre " .. vim.fn.expand "~" .. "\"/Library/Mobile Documents/iCloud~md~obsidian/Documents/Notes/**.md\"",
"BufNewFile " .. vim.fn.expand "~" .. "\"/Library/Mobile Documents/iCloud~md~obsidian/Documents/Notes/**.md\"",
"BufReadPre " .. vim.fn.expand "~" .. "/obsidian",
"BufNewFile " .. vim.fn.expand "~" .. "/obsidian",
},
dependencies = {
"nvim-lua/plenary.nvim",
@ -18,7 +18,7 @@ return {
workspaces = {
{
name = "personal",
path = "\"~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Notes\"",
path = "~/obsidian",
},
},
use_advanced_uri = false,