From f92a143445bd4f4587e3db23215e623c993cd24c Mon Sep 17 00:00:00 2001 From: Arthur McLain Date: Fri, 24 Nov 2023 16:33:42 +0100 Subject: [PATCH] docs: update supported plugins table --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f529b18..b49d01d 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,9 @@ term.foreground | [hop.nvim](https://github.com/phaazon/hop.nvim/) | `hop` | | [indent_blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim) | `indent-blankline` | | [lightspeed.nvim](https://github.com/ggandor/lightspeed.nvim) | `lightspeed` | -| [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) | `neo-tree` | -| [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) | `noice` | +| [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) | `lualine` | +| [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) | `neo-tree` | +| [noice.nvim](https://github.com/folke/noice.nvim) | `noice` | | [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) | `nvim-cmp` | | [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui) | `nvim-dap-ui` | | [nvim-notify](https://github.com/rcarriga/nvim-notify) | `nvim-notify` |