From f35c336a4f7e52760e2655ad263a3fe8864ec64b Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Fri, 29 Dec 2023 08:11:44 +0800 Subject: [PATCH] chore(docs): wording (#13) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6921d1..c59b389 100644 --- a/README.md +++ b/README.md @@ -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 +
With lazy.nvim