added follow URL functionality

This commit is contained in:
Joost Agterhoek 2024-11-20 13:45:42 +01:00
parent aa6a964ffa
commit 36af5d5530

View File

@ -31,5 +31,9 @@ return {
-- ['x'] = { char = '✅', hl_group = 'ObsidianDone' },
-- },
},
---@param url string
follow_url_func = function(url)
vim.ui.open(url)
end,
},
}