There was an error while loading. Please reload this page.
1 parent 6f3e4a5 commit 9ec03efCopy full SHA for 9ec03ef
1 file changed
lua/astrocommunity/note-taking/obsidian-nvim/init.lua
@@ -16,7 +16,7 @@ return {
16
["gf"] = {
17
function()
18
if require("obsidian").util.cursor_on_markdown_link() then
19
- return "<Cmd>ObsidianFollowLink<CR>"
+ return "<Cmd>Obsidian follow_link<CR>"
20
else
21
return "gf"
22
end
0 commit comments