aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-02-08 00:11:28 +0800
committerjdhao <jdhao@hotmail.com>2022-02-08 00:11:28 +0800
commit0aed2b42acdf7877ac17c09e1b06759bc6a9e3bf (patch)
tree064e44e1ca81de989d755489d0c68264474e36ee
parent1e84dd6248ece66c0c99f61bafded455137645bf (diff)
add nvim-tree.lua to readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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).