chore(vimdoc): Auto update

This commit is contained in:
hedyhli
2023-12-27 14:21:54 +00:00
committed by github-actions[bot]
parent 6127365ba0
commit 5669c8aa9e

View File

@@ -1,4 +1,4 @@
*outline.txt* For NVIM v0.7.0 Last change: 2023 December 03 *outline.txt* For NVIM v0.7.0 Last change: 2023 December 27
============================================================================== ==============================================================================
Table of Contents *outline-table-of-contents* Table of Contents *outline-table-of-contents*
@@ -14,6 +14,7 @@ Table of Contents *outline-table-of-contents*
- Lua API |outline-lua-api| - Lua API |outline-lua-api|
- Tips |outline-tips| - Tips |outline-tips|
- Recipes |outline-recipes| - Recipes |outline-recipes|
- Neovim 0.7 |outline-neovim-0.7|
- Limitations |outline-limitations| - Limitations |outline-limitations|
- Related plugins |outline-related-plugins| - Related plugins |outline-related-plugins|
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@@ -21,8 +22,8 @@ Table of Contents *outline-table-of-contents*
PREREQUISITES *outline-prerequisites* PREREQUISITES *outline-prerequisites*
- Neovim 0.7+ - Neovim 0.7+
- To use modifiers on |outline-commands|, Neovim 0.8 is required. - Note that it is recommended to use Neovim 0.8+ for all the features and fixes.
Everything else works with Neovim 0.7. See details |outline-here|. Everything else works as normal in Neovim 0.7.
- To use outline.nvim with LSP, a properly configured LSP client is required. - To use outline.nvim with LSP, a properly configured LSP client is required.
@@ -988,6 +989,15 @@ Auto-preview with the feature is also supported, set `auto_preview = true` and
press `K` to focus on the auto-opened preview window. `:q` to quit the window. press `K` to focus on the auto-opened preview window. `:q` to quit the window.
NEOVIM 0.7 *outline-neovim-0.7*
The following features and fixes are not included in Neovim 0.7.
- |outline-command| modifiers (`:rightbel Outline`).
- Rename methods in golang from outline window
(#42 <https://github.com/hedyhli/outline.nvim/issues/42>)
LIMITATIONS *outline-limitations* LIMITATIONS *outline-limitations*