From f586147ee26404911fe08a1fc46e70187ef06dc8 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 24 Nov 2023 17:26:09 +0800 Subject: [PATCH 1/2] docs: Fix readme -> vimdoc ignore sections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7378c..5f2c76b 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ be usable for outline.nvim using this script: https://github.com/hedyhli/outline.nvim/assets/50042066/88fbb3cf-27c1-4115-8a08-ba2e86c7fe9d - - **Features** - Auto-updates items and highlight for current symbol as the cursor moves @@ -48,6 +46,8 @@ https://github.com/hedyhli/outline.nvim/assets/50042066/88fbb3cf-27c1-4115-8a08- - Neovim command modifiers on where to open outline (see `:h mods`) + + ## Prerequisites - Neovim 0.7+ From a6dd1d11a73a52df2bf6860643235313b01f5e24 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Fri, 24 Nov 2023 09:26:49 +0000 Subject: [PATCH 2/2] Auto generate vim docs --- doc/outline.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/outline.txt b/doc/outline.txt index 08907ad..1e3dafd 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -17,22 +17,6 @@ Table of Contents *outline-table-of-contents* - Limitations |outline-limitations| - Related plugins |outline-related-plugins| ------------------------------------------------------------------------------ -**Features** - -- Auto-updates items and highlight for current symbol as the cursor moves -- Supports **JSX** (treesitter), **Markdown**, **Norg** (treesitter), in - addition to LSP, with other treesitter support coming soon -- Outline window opened for each tabpage -- Symbol hierarchy UI with collapsible nodes and automatic collapsing based on - cursor movements -- Custom symbol icon function, mapping, or use LspKind (see |outline-custom-function| and |outline-config|) -- Dynamically set cursorline and cursor colors in outline (see - |outline-screenshot|) -- Extra symbol details and line numbers of symbols (see - |outline-screenshot|) -- Preview symbol location without visiting it -- Neovim command modifiers on where to open outline (see |mods|) - PREREQUISITES *outline-prerequisites*