added follow URL functionality
This commit is contained in:
parent
aa6a964ffa
commit
36af5d5530
|
@ -31,5 +31,9 @@ return {
|
||||||
-- ['x'] = { char = '✅', hl_group = 'ObsidianDone' },
|
-- ['x'] = { char = '✅', hl_group = 'ObsidianDone' },
|
||||||
-- },
|
-- },
|
||||||
},
|
},
|
||||||
|
---@param url string
|
||||||
|
follow_url_func = function(url)
|
||||||
|
vim.ui.open(url)
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user