feat(nvim): remove callback from obsidian extra
This commit is contained in:
parent
7c3160386f
commit
60f72fbadc
1 changed files with 0 additions and 11 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue