From 8ee9fc9cabafd546215e9cce164f814d8ed90c66 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Wed, 28 Dec 2022 14:47:50 +0100 Subject: [PATCH] docs: add ToC --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 5896d61..bcd459d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,34 @@ ![image](https://user-images.githubusercontent.com/292349/208301737-68fb279c-ba70-43ef-a369-8c3e8367d6b1.png) +## Table of Contents + +* [✨ 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) + + + ## ✨ Features - 📦 Manage all your Neovim plugins with a powerful UI