File tree Expand file tree Collapse file tree 1 file changed +28
-5
lines changed
Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,29 @@ Take a look at the [wiki](https://github.com/nvim-tree/nvim-tree.lua/wiki) for S
2626
2727Questions and general support: [ Discussions] ( https://github.com/nvim-tree/nvim-tree.lua/discussions )
2828
29+ <!--
30+ https://github.com/jonschlinkert/markdown-toc
31+ markdown-toc --maxdepth=2 -i README.md
32+ -->
33+
34+ <!-- toc -->
35+
36+ - [ Requirements] ( #requirements )
37+ - [ Installing] ( #installing )
38+ - [ Quick Start] ( #quick-start )
39+ * [ Setup] ( #setup )
40+ * [ Help] ( #help )
41+ * [ Custom Mappings] ( #custom-mappings )
42+ * [ Highlight Groups] ( #highlight-groups )
43+ - [ Commands] ( #commands )
44+ - [ Roadmap] ( #roadmap )
45+ - [ API] ( #api )
46+ - [ Contributing] ( #contributing )
47+ - [ Screenshots] ( #screenshots )
48+ - [ Team] ( #team )
49+
50+ <!-- tocstop -->
51+
2952## Requirements
3053
3154[ neovim >=0.9.0] ( https://github.com/neovim/neovim/wiki/Installing-Neovim )
@@ -184,11 +207,11 @@ nvim-tree is stable and new major features will not be added. The focus is on ex
184207Users are encouraged to add their own custom features via the public [ API] ( #api ) .
185208
186209Development is focused on:
187- * Bug fixes
188- * Performance
189- * Quality of Life improvements
190- * API / Events
191- * Enhancements to existing features
210+ - Bug fixes
211+ - Performance
212+ - Quality of Life improvements
213+ - API / Events
214+ - Enhancements to existing features
192215- Multi-instance capabilities
193216
194217## API
You can’t perform that action at this time.
0 commit comments