Skip to content

Commit

Permalink
docs: yet another readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Jun 5, 2024
1 parent 1ae7b6f commit 82ec201
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This allows Lazy.nvim to lazy-load the plugin on commands `Outline`,
Call the setup function with your configuration options.

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
require("outline").setup({})
Expand Down Expand Up @@ -1133,12 +1133,12 @@ directly for displaying the preview.

### Many outlines

Outline.nvim does not support multiple outline windows in the same tabpage as
of now However, this feature is
[planned](https://github.com/hedyhli/outline.nvim/issues/26), and you can use a
single outline that auto-updates on buffer switches.

That said, per-tabpage outline is supported.
Outline.nvim supports opening independent outline windows for different
tabpages, but does not support multiple outline windows in the same tabpage as
of now. However, this feature is
[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
on by default.

## Related plugins

Expand Down

0 comments on commit 82ec201

Please sign in to comment.