chore(docs): wording (#13)

This commit is contained in:
linrongbin16
2023-12-29 08:11:44 +08:00
committed by GitHub
parent 9863ae5275
commit f35c336a4f

View File

@@ -21,6 +21,7 @@ While there's some gap when a language's LSP server or treesitter implementation
## Table of Contents
- [Features](#features)
- [Requirements](#requirements)
- [Install](#install)
- [Usage](#usage)
- [Configuration](#configuration)
@@ -37,15 +38,15 @@ While there's some gap when a language's LSP server or treesitter implementation
- [ ] Disk cache management and garbage collection.
- [ ] Real-time status for Neovim components such as statusline.
## Install
Requirements:
## Requirements
- Neovim ≥ 0.7.0.
- [universal-ctags](https://github.com/universal-ctags/ctags) (default backend).
PRs are welcome to add other backends.
## Install
<details>
<summary><b>With <a href="https://github.com/folke/lazy.nvim">lazy.nvim</a></b></summary>