Auto generate vim docs

This commit is contained in:
hedyhli
2023-11-16 14:17:24 +00:00
committed by github-actions[bot]
parent a083267101
commit d400d4f025

View File

@@ -136,6 +136,9 @@ Show defaults ~
auto_close = false,
-- Automatically scroll to the location in code when navigating outline window.
auto_jump = false,
-- boolean or integer for milliseconds duration to apply a temporary highlight
-- when jumping. false to disable.
jump_highlight_duration = 300,
-- Vim options for the outline window
show_numbers = false,
@@ -473,7 +476,7 @@ Default:
},
<
Possible highlight groups provided by outline.nvim to customize:
Possible highlight groups for the outline window:
-----------------------------------------------------------------------
Highlight Description
@@ -504,6 +507,19 @@ PREVIEW WINDOW ~
<
OTHER HIGHLIGHT GROUPS ~
---------------------------------------------------------------------------
Highlight Description
---------------------- ----------------------------------------------------
OutlineJumpHighlight Used for indicating cursor position when
jumping/focusing
---------------------------------------------------------------------------
You can also use `outline_window.jump_highlight_duration` to customize in
milliseconds, how long the highlight is applied for.
LUA API *outline-lua-api*
Outline.nvim provides the following public API for use in lua.