mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
docs: add ToC
This commit is contained in:
parent
dc03fa1ae5
commit
8ee9fc9cab
1 changed files with 28 additions and 0 deletions
28
README.md
28
README.md
|
@ -4,6 +4,34 @@
|
|||
|
||||

|
||||
|
||||
## Table of Contents
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
* [✨ Features](#-features)
|
||||
* [⚡️ Requirements](#%EF%B8%8F-requirements)
|
||||
* [📦 Installation](#-installation)
|
||||
* [🔌 Plugin Spec](#-plugin-spec)
|
||||
* [Lazy Loading](#lazy-loading)
|
||||
* [🌈 Colorschemes](#-colorschemes)
|
||||
* [⌨️ Lazy Key Mappings](#%EF%B8%8F-lazy-key-mappings)
|
||||
* [Versioning](#versioning)
|
||||
* [Examples](#examples)
|
||||
* [⚙️ Configuration](#%EF%B8%8F-configuration)
|
||||
* [🚀 Usage](#-usage)
|
||||
* [📆 User Events](#-user-events)
|
||||
* [🔒 Lockfile `lazy-lock.json`](#-lockfile-lazy-lockjson)
|
||||
* [⚡ Performance](#-performance)
|
||||
* [🪲 Debug](#-debug)
|
||||
* [▶️ Startup Sequence](#%EF%B8%8F-startup-sequence)
|
||||
* [📂 Structuring Your Plugins](#-structuring-your-plugins)
|
||||
* [📦 Migration Guide](#-migration-guide)
|
||||
* [packer.nvim](#packernvim)
|
||||
* [paq-nvim](#paq-nvim)
|
||||
* [❌ Uninstalling](#-uninstalling)
|
||||
* [🌈 Highlight Groups](#-highlight-groups)
|
||||
* [📦 Other Neovim Plugin Managers in Lua](#-other-neovim-plugin-managers-in-lua)
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
|
||||
## ✨ Features
|
||||
|
||||
- 📦 Manage all your Neovim plugins with a powerful UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue