docs: yet another readme fix

This commit is contained in:
~hedy
2024-06-05 21:12:08 +08:00
parent 1ae7b6f31e
commit 82ec201612

View File

@@ -127,7 +127,7 @@ This allows Lazy.nvim to lazy-load the plugin on commands `Outline`,
Call the setup function with your configuration options. Call the setup function with your configuration options.
Note that a call to `.setup()` is **required** for this plugin to work Note that a call to `.setup()` is **required** for this plugin to work
(otherwise you might see this error: [simrat39/symbols-outline.nvim#213](simrat39/symbols-outline.nvim#213)). (otherwise you might see this error: [simrat39/symbols-outline.nvim#213](/simrat39/symbols-outline.nvim#213)).
```lua ```lua
require("outline").setup({}) require("outline").setup({})
@@ -1133,12 +1133,12 @@ directly for displaying the preview.
### Many outlines ### Many outlines
Outline.nvim does not support multiple outline windows in the same tabpage as Outline.nvim supports opening independent outline windows for different
of now However, this feature is tabpages, but does not support multiple outline windows in the same tabpage as
[planned](https://github.com/hedyhli/outline.nvim/issues/26), and you can use a of now. However, this feature is
single outline that auto-updates on buffer switches. [planned](https://github.com/hedyhli/outline.nvim/issues/26). Alternatively, you
can use a single outline that auto-updates on buffer switches, which is turned
That said, per-tabpage outline is supported. on by default.
## Related plugins ## Related plugins