Merge branch 'main' of github.com:hedyhli/outline.nvim
This commit is contained in:
@@ -76,7 +76,7 @@ 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
|
(otherwise you might see this error: simrat39/symbols-outline.nvim#213
|
||||||
<simrat39/symbols-outline.nvim#213>).
|
</simrat39/symbols-outline.nvim#213>).
|
||||||
|
|
||||||
>lua
|
>lua
|
||||||
require("outline").setup({})
|
require("outline").setup({})
|
||||||
@@ -1030,12 +1030,12 @@ feature, which uses the code buffer 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 planned
|
tabpages, but does not support multiple outline windows in the same tabpage as
|
||||||
<https://github.com/hedyhli/outline.nvim/issues/26>, and you can use a single
|
of now. However, this feature is planned
|
||||||
outline that auto-updates on buffer switches.
|
<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
|
||||||
That said, per-tabpage outline is supported.
|
default.
|
||||||
|
|
||||||
|
|
||||||
RELATED PLUGINS *outline-related-plugins*
|
RELATED PLUGINS *outline-related-plugins*
|
||||||
|
|||||||
Reference in New Issue
Block a user