From 0aed2b42acdf7877ac17c09e1b06759bc6a9e3bf Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 8 Feb 2022 00:11:28 +0800 Subject: [PATCH] add nvim-tree.lua to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e7ac34..5fc2dfd 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ No backward compatibility is guaranteed.** + Fast buffer jump via [hop.nvim](https://github.com/phaazon/hop.nvim). + Ultra fast snippet insertion via [Ultisnips](https://github.com/SirVer/ultisnips). + Beautiful status line via [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim). ++ File tree explorer via [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua). + Better quickfix list with [nvim-bqf](https://github.com/kevinhwang91/nvim-bqf). + Show search index and count with [nvim-hlslens](https://github.com/kevinhwang91/nvim-hlslens). + Command line auto-completion via [wilder.nvim](https://github.com/gelguy/wilder.nvim).