Auto generate vim docs
This commit is contained in:
committed by
github-actions[bot]
parent
a083267101
commit
d400d4f025
@@ -136,6 +136,9 @@ Show defaults ~
|
|||||||
auto_close = false,
|
auto_close = false,
|
||||||
-- Automatically scroll to the location in code when navigating outline window.
|
-- Automatically scroll to the location in code when navigating outline window.
|
||||||
auto_jump = false,
|
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
|
-- Vim options for the outline window
|
||||||
show_numbers = false,
|
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
|
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*
|
LUA API *outline-lua-api*
|
||||||
|
|
||||||
Outline.nvim provides the following public API for use in lua.
|
Outline.nvim provides the following public API for use in lua.
|
||||||
|
|||||||
Reference in New Issue
Block a user