diff --git a/README.md b/README.md index 1a2a9f8..0f09d54 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,34 @@

CodeSnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim

- - + + +**Table of Contents** + +- [🚣Migration](#migration) +- [✨Features](#features) +- [Prerequirements](#prerequirements) +- [Install](#install) + - [Compile from source](#compile-from-source) + - [Compile on ARM](#compile-on-arm) + - [Keymappings](#keymappings) +- [Usage](#usage) + - [Copy into the clipboard](#copy-into-the-clipboard) + - [Copy into clipboard on Linux Wayland](#copy-into-clipboard-on-linux-wayland) + - [Save the snapshot](#save-the-snapshot) + - [Specify language extension](#specify-language-extension) +- [Breadcrumbs](#breadcrumbs) + - [Custom path separator](#custom-path-separator) +- [Line number](#line-number) +- [Custom background](#custom-background) + - [Solid color background](#solid-color-background) +- [Watermark](#watermark) +- [Commands](#commands) +- [Configuration](#configuration) +- [Contribution](#contribution) +- [License](#license) + + ## 🚣Migration If you have installed v0.x before, this chapter will show you what break changes version v1.x introduced.