chore(build): auto-generate vimdoc
This commit is contained in:
parent
7cc4df259b
commit
a00f78d5c3
|
@ -140,7 +140,7 @@ local defaults = {
|
|||
refresh = 20, -- fetches new data when needed
|
||||
update = 10, -- updates the window
|
||||
render = 10, -- renders the window
|
||||
follow = 10, -- follows the current item
|
||||
follow = 100, -- follows the current item
|
||||
preview = { ms = 100, debounce = true }, -- shows the preview for the current item
|
||||
},
|
||||
-- Key mappings can be set to the name of a builtin action,
|
||||
|
|
|
@ -160,7 +160,7 @@ Default Settings ~
|
|||
refresh = 20, -- fetches new data when needed
|
||||
update = 10, -- updates the window
|
||||
render = 10, -- renders the window
|
||||
follow = 10, -- follows the current item
|
||||
follow = 100, -- follows the current item
|
||||
preview = { ms = 100, debounce = true }, -- shows the preview for the current item
|
||||
},
|
||||
-- Key mappings can be set to the name of a builtin action,
|
||||
|
|
Loading…
Reference in New Issue