chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-30 19:42:08 +00:00
parent 679d85c9ff
commit a59cd089dc
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,9 @@ CONFIGURATION *lazy.nvim-configuration*
"", "",
}, },
}, },
-- 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 throttle = 20, -- how frequently should the ui process render events
custom_keys = { custom_keys = {
-- you can define custom key maps here. -- you can define custom key maps here.