chore(vimdoc): Auto update

This commit is contained in:
hedyhli
2024-12-27 01:28:23 +00:00
committed by github-actions[bot]
parent 23db6713c6
commit 7af2722998

View File

@@ -452,7 +452,7 @@ requirements) 1. Norg (requires `norg` parser for treesitter)
External providers: - Asciidoc External providers: - Asciidoc
<https://github.com/msr1k/outline-asciidoc-provider.nvim> (no external <https://github.com/msr1k/outline-asciidoc-provider.nvim> (no external
requirements) - treesitter requirements) - Treesitter
<https://github.com/epheien/outline-treesitter-provider.nvim> (require <https://github.com/epheien/outline-treesitter-provider.nvim> (require
treesitter) - ctags <https://github.com/epheien/outline-ctags-provider.nvim> treesitter) - ctags <https://github.com/epheien/outline-ctags-provider.nvim>
(require universal-ctags) (require universal-ctags)
@@ -1111,15 +1111,10 @@ RELATED PLUGINS *outline-related-plugins*
a few example use-cases where you may want to use Aerial, and others a few example use-cases where you may want to use Aerial, and others
Outline.nvim. Outline.nvim.
Aerial does a great job at supercharging vims built-in outline (`gO`). It Aerial does a great job at supercharging vims built-in outline (`gO`). It
supports treesitter and manpages which Outline.nvim does not provide supports treesitter which Outline.nvim does not provide |outline-by-default|,
|outline-by-default|. (Note that Aerial also supports Norg through treesitter but can be added an external provider. (Note that Aerial also supports Norg
like Outline.nvim, but as of writing it does not support JSX like Outline.nvim through treesitter like Outline.nvim, but as of writing it does not support JSX
does.) like Outline.nvim does.)
- If you wish to prioritize treesitter as the provider ("backend" in Aerials
terms) for your symbols, you should use Aerial. This lets you have symbols
for languages that you might not want to set up an LSP for, which is quite
useful. Treesitter support is a planned feature in Outline.nvim but might
not arrive very soon.
- Aerial.nvim supports only Neovim 0.8 and above for the bleeding-edge - Aerial.nvim supports only Neovim 0.8 and above for the bleeding-edge
features, as far as I know. You should use Outline.nvim (or the features, as far as I know. You should use Outline.nvim (or the
alternatives below) if you use Neovim 0.7 and wish to have equal support. alternatives below) if you use Neovim 0.7 and wish to have equal support.