From 6f6289582a73b9413625a7485ac822e37752a71e Mon Sep 17 00:00:00 2001 From: hedyhli Date: Fri, 3 Nov 2023 02:19:26 +0000 Subject: [PATCH] Auto generate vim docs --- doc/symbols-outline.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/symbols-outline.txt b/doc/symbols-outline.txt index 3783bf2..1774ecc 100644 --- a/doc/symbols-outline.txt +++ b/doc/symbols-outline.txt @@ -134,8 +134,7 @@ Key: < - ✅ Open handler checks if view is not already open (#235 by eyalz800) -- ✅ auto_jump config param - (#229 by stickperson) +- ✅ auto_jump config param (#229 by stickperson) **Renamed to auto_goto for consistency** - ✅ Update nerd fonts to 3.0 (#225 by anstadnik) - ✅ fix(folding): optimize fold/unfold all (#223 by wjdwndud0114) @@ -313,7 +312,8 @@ Default values are shown: -- Whether to highlight the currently hovered symbol (high cpu usage) highlight_hovered_item = true, - -- Options for outline guides + -- Options for outline guides. + -- Only in this fork guides = { enabled = true, markers = { @@ -328,6 +328,7 @@ Default values are shown: -- Automatically open hover_symbol when opening toggle_preview (see keymaps). -- If you disable this you can still open hover_symbol using your keymap -- below. + -- Only in this fork open_hover_on_preview = true, -- Border option for floating preview window. -- Options include: single/double/rounded/solid/shadow or an array of border @@ -338,13 +339,14 @@ Default values are shown: -- Auto close the outline window if goto_location is triggered and not for -- peek_location auto_close = false, - -- Automatically go to location in code when navigating outline window + -- Automatically go to location in code when navigating outline window. + -- Only in this fork auto_goto = false, -- Vim options for the outline window show_numbers = false, show_relative_numbers = false, - show_cursorline = true, + show_cursorline = true, -- Only in this fork -- Show extra details with the symbols (lsp dependent) show_symbol_details = true, -- Highlight group for the preview background