feat(nvim): remove callback from obsidian extra

This commit is contained in:
Sergio Laín 2025-09-17 23:43:05 +02:00
parent 7c3160386f
commit 60f72fbadc
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -65,17 +65,6 @@ return {
}, },
}, },
callbacks = {
enter_note = function(_, note)
vim.keymap.set("n", "gf", "<cmd>ObsidianFollowLink<cr>", {
buffer = note.bufnr,
expr = note.expr,
noremap = note.noremap,
desc = "File Passthrough",
})
end,
},
new_notes_location = "notes_subdir", new_notes_location = "notes_subdir",
templates = { templates = {