feat(ui): make brower configurable. Fixes #248

This commit is contained in:
Folke Lemaitre 2022-12-30 20:41:23 +01:00
parent 730bb84364
commit 679d85c9ff
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 15 additions and 3 deletions

View file

@ -345,6 +345,9 @@ return {
"",
},
},
-- leave nil, to automatically select a browser depending on your OS.
-- If you want to use a specific browser, you can define it here
browser = nil, ---@type string?
throttle = 20, -- how frequently should the ui process render events
custom_keys = {
-- you can define custom key maps here.