Skip to content

Commit 6cf83d7

Browse files
committed
docs(#3088): test a readme toc
1 parent d0a1426 commit 6cf83d7

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,29 @@ Take a look at the [wiki](https://github.com/nvim-tree/nvim-tree.lua/wiki) for S
2626

2727
Questions 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
184207
Users are encouraged to add their own custom features via the public [API](#api).
185208

186209
Development 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

0 commit comments

Comments
 (0)