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