You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error executing Lua callback: ...dir/pack/mnw/start/obsidian-nvim/lua/obsidian/client.lua:249: failed to resolve '/nix/store/bbk0zj9xyilgbf3cwz8gvml16p525siw-neovim-unwrapped-0.10.2/share/nv
im/runtime/doc/options.txt' relative to vault root '/home/user/Documents/Vaults/Notes'
stack traceback:
[C]: in function 'error'
...dir/pack/mnw/start/obsidian-nvim/lua/obsidian/client.lua:249: in function 'vault_relative_path'
...k/mnw/start/obsidian-nvim/lua/obsidian/commands/open.lua:99: in function 'func'
...k/mnw/start/obsidian-nvim/lua/obsidian/commands/init.lua:70: in function <...k/mnw/start/obsidian-nvim/lua/obsidian/commands/init.lua:69>
<leader>o shortcut returns the following error message:
Ok, yeah the leader o shortcut's error message is completely unrelated, this was because the shortcut was being ignored and tried to add an extra line in the dashboard.
Description
Trying :ObsidianOpen in neovim doesn't open the vaults like it should
<leader>o shortcut also doesn't work which I assume to be a related issue
There are no issues accessing the files manually however, all the obsidian.nvim shortcuts like marking the checkbox work fine.
👟 Reproduction steps
Nvf config, using the homeManager module, using flakes, and stable-24.11 nixpkg branch: (Note: I changed the username to user)
👀 Expected behavior
Neovim opens the Notes vault
😓 Actual Behavior
:ObsidianOpen returns this error message:
Error executing Lua callback: ...dir/pack/mnw/start/obsidian-nvim/lua/obsidian/client.lua:249: failed to resolve '/nix/store/bbk0zj9xyilgbf3cwz8gvml16p525siw-neovim-unwrapped-0.10.2/share/nv
im/runtime/doc/options.txt' relative to vault root '/home/user/Documents/Vaults/Notes'
stack traceback:
[C]: in function 'error'
...dir/pack/mnw/start/obsidian-nvim/lua/obsidian/client.lua:249: in function 'vault_relative_path'
...k/mnw/start/obsidian-nvim/lua/obsidian/commands/open.lua:99: in function 'func'
...k/mnw/start/obsidian-nvim/lua/obsidian/commands/init.lua:70: in function <...k/mnw/start/obsidian-nvim/lua/obsidian/commands/init.lua:69>
<leader>o shortcut returns the following error message:
E21: Cannot make changes, 'modifiable' is off
💻 Metadata
❯ nix-shell -p nix-info --run "nix-info -m"
📝 Relevant log output
The text was updated successfully, but these errors were encountered: