[neovim] Add link-openining to Obsidian

This commit is contained in:
2025-08-18 11:22:44 -07:00
parent 94b8065dba
commit 6d1e715d9c

View File

@@ -80,5 +80,9 @@ return {
end
end
end,
follow_url_func = function(url)
vim.ui.open(url) -- Use the built-in open, need Neovim 0.10.0+
end,
},
}