Auto generate vim docs

This commit is contained in:
hedyhli
2023-11-03 01:45:58 +00:00
committed by github-actions[bot]
parent bfe7af0861
commit de1a9ec521

View File

@@ -118,6 +118,8 @@ Features/Changes:
like `:LspInfo`. like `:LspInfo`.
- Move down/up by one line and peek_location immediately. - Move down/up by one line and peek_location immediately.
- Flash highlight when using goto/peek location. - Flash highlight when using goto/peek location.
- Auto jump config option (see config `auto_goto`)
(simrat39/symbols-outline.nvim#225, simrat39/symbols-outline.nvim#228).
PRS *symbols-outline-fork-status-prs* PRS *symbols-outline-fork-status-prs*
@@ -132,7 +134,9 @@ Key:
< <
- ✅ Open handler checks if view is not already open (#235 by eyalz800) - ✅ Open handler checks if view is not already open (#235 by eyalz800)
- auto_goto 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) - ✅ Update nerd fonts to 3.0 (#225 by anstadnik)
- ✅ fix(folding): optimize fold/unfold all (#223 by wjdwndud0114) - ✅ fix(folding): optimize fold/unfold all (#223 by wjdwndud0114)
- ✅ Support markdown setext-style headers (#222 by msr1k) - ✅ Support markdown setext-style headers (#222 by msr1k)
@@ -334,7 +338,7 @@ Default values are shown:
-- Auto close the outline window if goto_location is triggered and not for -- Auto close the outline window if goto_location is triggered and not for
-- peek_location -- peek_location
auto_close = false, auto_close = false,
-- Automatically jump to location in code when navigating outline window -- Automatically go to location in code when navigating outline window
auto_goto = false, auto_goto = false,
-- Vim options for the outline window -- Vim options for the outline window
@@ -461,6 +465,7 @@ COMMANDS *symbols-outline-symbols-outline.nvim-commands*
- **:SymbolsOutlineStatus** - **:SymbolsOutlineStatus**
Display current provider and outline window status in the messages area. Display current provider and outline window status in the messages area.
LUA API ~ LUA API ~
>lua >lua