mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
679d85c9ff
commit
a59cd089dc
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue