From 2b71ae700cd16373b21fcaf496767887fe605735 Mon Sep 17 00:00:00 2001 From: Ren B <127970608+Ren-B-7@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:29:03 +0200 Subject: [PATCH] Update README.md Changed Aerial.nvim for outline.nvim Signed-off-by: Ren B <127970608+Ren-B-7@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80a1a50..1fcb0c6 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Tick mark displays enabled/ disabled on default config - [x] [trouble.nvim](https://github.com/folke/trouble.nvim) (Show lsp/ syntax issues errors) - [x] [Comment.nvim](https://github.com/numToStr/Comment.nvim) (Select and deselect comment strings) - [x] [which-key.nvim](https://github.com/folke/which-key.nvim) (See key options) -- [x] [aerial.nvim](https://github.com/stevearc/aerial.nvim) (easier code navigation, by class/ func) +- [x] [outline.nvim](https://github.com/hedyhli/outline.nvim) (easier code navigation, by class/ func) - [x] [snacks.nvim](https://github.com/folke/snacks.nvim) (Large file support and better loading) - [x] [mini.trailspace](https://github.com/echasnovski/mini.trailspace) (Highlight bad spaces) - [x] [refactoring.nvim](https://github.com/ThePrimeagen/refactoring.nvim) (Select and refractor code)