From 998fa474de582916a43c0ecac1580c76f05c64d6 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Wed, 5 Jun 2024 13:12:38 +0000 Subject: [PATCH] chore(vimdoc): Auto update --- doc/outline.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/outline.txt b/doc/outline.txt index ef0702b..9688595 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -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 (otherwise you might see this error: simrat39/symbols-outline.nvim#213 -). +). >lua require("outline").setup({}) @@ -1030,12 +1030,12 @@ feature, which uses the code buffer 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 -, 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 +. Alternatively, you can use +a single outline that auto-updates on buffer switches, which is turned on by +default. RELATED PLUGINS *outline-related-plugins*