diff --git a/doc/outline.txt b/doc/outline.txt index 4a3ce4a..b618ede 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -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.