🐛 fix(nvim): load obsidian in the correctly dir

This commit is contained in:
Sergio Laín 2024-02-28 11:16:27 +01:00
parent 4372e73189
commit cb3c62a3ab
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,8 +1,6 @@
return {
"epwalsh/obsidian.nvim",
event = {
"BufReadPre " .. vim.fn.expand("~") .. "/Documentos/Obsidian/obsidianVault/**.md",
},
event = { "BufReadPre /docs/Documentos/Obsidian/**.md" },
keys = {
{
"gf",