Change TOC style to markdown-toc

pull/723/head
Yuta Katayama 1 year ago
parent 9f3d45da4e
commit 306c53f5c2
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -1,160 +1,163 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Plugin Manager](#plugin-manager)
- [Completion](#completion) - [Plugin Manager](#plugin-manager)
- [LSP](#lsp) - [Completion](#completion)
- [Treesitter](#treesitter) - [LSP](#lsp)
- [Fuzzy Finder](#fuzzy-finder) - [Treesitter](#treesitter)
- [Filer](#filer) - [Fuzzy Finder](#fuzzy-finder)
- [Appearance](#appearance) - [Filer](#filer)
- [Syntax / Highlight](#syntax--highlight) - [Appearance](#appearance)
- [Statusline](#statusline) * [Syntax / Highlight](#syntax--highlight)
- [Bufferline](#bufferline) * [Statusline](#statusline)
- [Tabline](#tabline) * [Bufferline](#bufferline)
- [winbar](#winbar) * [Tabline](#tabline)
- [statuscolumn](#statuscolumn) * [winbar](#winbar)
- [Cursor](#cursor) * [statuscolumn](#statuscolumn)
- [Cursorline](#cursorline) * [Cursor](#cursor)
- [Columnline](#columnline) * [Cursorline](#cursorline)
- [Window Separators](#window-separators) * [Columnline](#columnline)
- [Screen position](#screen-position) * [Window Separators](#window-separators)
- [Wrap](#wrap) * [Screen position](#screen-position)
- [Mode](#mode) * [Wrap](#wrap)
- [Mode Viewer](#mode-viewer) * [Mode](#mode)
- [Visual](#visual) + [Mode Viewer](#mode-viewer)
- [Submode](#submode) + [Visual](#visual)
- [Scrollbar](#scrollbar) + [Submode](#submode)
- [Sidebar](#sidebar) * [Scrollbar](#scrollbar)
- [Menu](#menu) * [Sidebar](#sidebar)
- [Minimap](#minimap) * [Menu](#menu)
- [Highlight current function](#highlight-current-function) * [Minimap](#minimap)
- [listchars](#listchars) * [Highlight current function](#highlight-current-function)
- [Background](#background) * [listchars](#listchars)
- [Buffer, Window, Tab Management](#buffer-window-tab-management) * [Background](#background)
- [Terminal](#terminal) - [Buffer, Window, Tab Management](#buffer-window-tab-management)
- [Motion](#motion) - [Terminal](#terminal)
- [Jump](#jump) - [Motion](#motion)
- [Editing support](#editing-support) - [Jump](#jump)
- [Insert](#insert) - [Editing support](#editing-support)
- [Auto Insert](#auto-insert) * [Insert](#insert)
- [matchparen](#matchparen) * [Auto Insert](#auto-insert)
- [Adding and subtracting](#adding-and-subtracting) * [matchparen](#matchparen)
- [Convert Case](#convert-case) * [Adding and subtracting](#adding-and-subtracting)
- [Indent](#indent) * [Convert Case](#convert-case)
- [Indent Size](#indent-size) * [Indent](#indent)
- [Indent Shift](#indent-shift) + [Indent Size](#indent-size)
- [Align](#align) + [Indent Shift](#indent-shift)
- [TextObject, Operator](#textobject-operator) * [Align](#align)
- [Misc](#misc) * [TextObject, Operator](#textobject-operator)
- [Other Standard Feature Enhancement](#other-standard-feature-enhancement) * [Misc](#misc)
- [Search, Replace, Select](#search-replace-select) - [Other Standard Feature Enhancement](#other-standard-feature-enhancement)
- [Mapping](#mapping) * [Search, Replace, Select](#search-replace-select)
- [Yank, Paste](#yank-paste) * [Mapping](#mapping)
- [Split / Join](#split--join) * [Yank, Paste](#yank-paste)
- [Number](#number) * [Split / Join](#split--join)
- [Mark](#mark) * [Number](#number)
- [Undo](#undo) * [Mark](#mark)
- [Diff](#diff) * [Undo](#undo)
- [Tags](#tags) * [Diff](#diff)
- [Fold / Conceal](#fold--conceal) * [Tags](#tags)
- [Calculation](#calculation) * [Fold / Conceal](#fold--conceal)
- [Command](#command) * [Calculation](#calculation)
- [Redirect to scratch buffer](#redirect-to-scratch-buffer) * [Command](#command)
- [Shell Command](#shell-command) + [Redirect to scratch buffer](#redirect-to-scratch-buffer)
- [Command Line](#command-line) + [Shell Command](#shell-command)
- [GUID](#guid) * [Command Line](#command-line)
- [Command Line UI](#command-line-ui) + [GUID](#guid)
- [Command Line](#command-line-1) * [Command Line UI](#command-line-ui)
- [command line completion](#command-line-completion) * [Command Line](#command-line-1)
- [History](#history) + [command line completion](#command-line-completion)
- [Spell](#spell) * [History](#history)
- [Spellcheck](#spellcheck) * [Spell](#spell)
- [Vale](#vale) + [Spellcheck](#spellcheck)
- [Abbreviation](#abbreviation) + [Vale](#vale)
- [Quickfix / Location](#quickfix--location) * [Abbreviation](#abbreviation)
- [cd(change directory)](#cdchange-directory) * [Quickfix / Location](#quickfix--location)
- [z](#z) * [cd(change directory)](#cdchange-directory)
- [ftdetect(Filetype detector)](#ftdetectfiletype-detector) + [z](#z)
- [ftplugin](#ftplugin) * [ftdetect(Filetype detector)](#ftdetectfiletype-detector)
- [filetype colorscheme](#filetype-colorscheme) * [ftplugin](#ftplugin)
- [Macro](#macro) + [filetype colorscheme](#filetype-colorscheme)
- [Message](#message) * [Macro](#macro)
- [Help](#help) * [Message](#message)
- [Messsage](#messsage) * [Help](#help)
- [Save](#save) * [Messsage](#messsage)
- [Cursor Position](#cursor-position) * [Save](#save)
- [Backup](#backup) + [Cursor Position](#cursor-position)
- [Startup](#startup) * [Backup](#backup)
- [Boot Arguments](#boot-arguments) * [Startup](#startup)
- [Session](#session) * [Boot Arguments](#boot-arguments)
- [Mouse](#mouse) * [Session](#session)
- [Profiler](#profiler) * [Mouse](#mouse)
- [Improve startup time](#improve-startup-time) * [Profiler](#profiler)
- [Coding](#coding) * [Improve startup time](#improve-startup-time)
- [Reading assistant feature](#reading-assistant-feature) - [Coding](#coding)
- [Current Position Info](#current-position-info) * [Reading assistant feature](#reading-assistant-feature)
- [Comment Out](#comment-out) + [Current Position Info](#current-position-info)
- [Context Header](#context-header) * [Comment Out](#comment-out)
- [Indent Guide](#indent-guide) + [Context Header](#context-header)
- [Linter / Formatter](#linter--formatter) - [Indent Guide](#indent-guide)
- [Regex](#regex) * [Linter / Formatter](#linter--formatter)
- [Code outline](#code-outline) * [Regex](#regex)
- [Call Hierarchy](#call-hierarchy) * [Code outline](#code-outline)
- [Type Hierarchy](#type-hierarchy) * [Call Hierarchy](#call-hierarchy)
- [Snippet/Template](#snippettemplate) * [Type Hierarchy](#type-hierarchy)
- [Task Runner](#task-runner) * [Snippet/Template](#snippettemplate)
- [Test](#test) * [Task Runner](#task-runner)
- [Debug/REPL](#debugrepl) * [Test](#test)
- [Git/GitHub](#gitgithub) * [Debug/REPL](#debugrepl)
- [Project](#project) * [Git/GitHub](#gitgithub)
- [New features](#new-features) * [Project](#project)
- [Note Taking](#note-taking) - [New features](#new-features)
- [Diagram](#diagram) * [Note Taking](#note-taking)
- [Translate](#translate) * [Diagram](#diagram)
- [Manual](#manual) * [Translate](#translate)
- [Popup Info](#popup-info) * [Manual](#manual)
- [File Handling](#file-handling) * [Popup Info](#popup-info)
- [Command Palette](#command-palette) * [File Handling](#file-handling)
- [Reload Configuration](#reload-configuration) * [Command Palette](#command-palette)
- [Package Manager](#package-manager) * [Reload Configuration](#reload-configuration)
- [Remote Development](#remote-development) * [Package Manager](#package-manager)
- [Collaborative Editing](#collaborative-editing) * [Remote Development](#remote-development)
- [Image](#image) * [Collaborative Editing](#collaborative-editing)
- [Notification](#notification) * [Image](#image)
- [Schedule](#schedule) * [Notification](#notification)
- [Key stroke](#key-stroke) * [Schedule](#schedule)
- [Concentration(Pomodoro/Zenn)](#concentrationpomodorozenn) * [Key stroke](#key-stroke)
- [Human-readable](#human-readable) * [Concentration(Pomodoro/Zenn)](#concentrationpomodorozenn)
- [bionic reading](#bionic-reading) * [Human-readable](#human-readable)
- [Scratchpad](#scratchpad) + [bionic reading](#bionic-reading)
- [Performance Test](#performance-test) * [Scratchpad](#scratchpad)
- [Security](#security) * [Performance Test](#performance-test)
- [Hex Editor](#hex-editor) * [Security](#security)
- [Mail](#mail) * [Hex Editor](#hex-editor)
- [Calendar](#calendar) * [Mail](#mail)
- [Presentation](#presentation) * [Calendar](#calendar)
- [EDITOR](#editor) * [Presentation](#presentation)
- [Tutorial](#tutorial) * [EDITOR](#editor)
- [Analytics](#analytics) * [Tutorial](#tutorial)
- [Code::Stats](#codestats) * [Analytics](#analytics)
- [Update check](#update-check) + [Code::Stats](#codestats)
- [Font](#font) * [Update check](#update-check)
- [Emoji](#emoji) * [Font](#font)
- [Keyboard Layout](#keyboard-layout) * [Emoji](#emoji)
- [Util pack](#util-pack) * [Keyboard Layout](#keyboard-layout)
- [Patch](#patch) - [Util pack](#util-pack)
- [Integration with other apps](#integration-with-other-apps) - [Patch](#patch)
- [Language specific](#language-specific) - [Integration with other apps](#integration-with-other-apps)
- [Documentation](#documentation) - [Language specific](#language-specific)
- [Neovim Lua Library](#neovim-lua-library) - [Documentation](#documentation)
- [Neovim Lua Development](#neovim-lua-development) - [Neovim Lua Library](#neovim-lua-library)
- [Colorscheme](#colorscheme) - [Neovim Lua Development](#neovim-lua-development)
- [Neovim Distribution](#neovim-distribution) - [Colorscheme](#colorscheme)
- [GUI](#gui) - [Neovim Distribution](#neovim-distribution)
- [External Tools](#external-tools) - [GUI](#gui)
- [Service](#service) - [External Tools](#external-tools)
- [Toy](#toy) - [Service](#service)
- [Toy](#toy)
<!-- tocstop -->
## [Plugin Manager](./plugin-manager.md) ## [Plugin Manager](./plugin-manager.md)

@ -1,11 +1,14 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Auto insert](#auto-insert)
- [insert pairs](#insert-pairs) - [Auto insert](#auto-insert)
- [endwise](#endwise) - [insert pairs](#insert-pairs)
- [Auto insert semicolon](#auto-insert-semicolon) * [endwise](#endwise)
- [Auto convert](#auto-convert) - [Auto insert semicolon](#auto-insert-semicolon)
- [Auto convert](#auto-convert)
<!-- tocstop -->
## Auto insert ## Auto insert

@ -1,29 +1,32 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Buffer, Window, Tab Management](#buffer-window-tab-management)
- [Buffer](#buffer) - [Buffer, Window, Tab Management](#buffer-window-tab-management)
- [Buffer Selector](#buffer-selector) - [Buffer](#buffer)
- [Other Buffer Switcher](#other-buffer-switcher) * [Buffer Selector](#buffer-selector)
- [Buffer Management](#buffer-management) * [Other Buffer Switcher](#other-buffer-switcher)
- [create](#create) * [Buffer Management](#buffer-management)
- [open](#open) + [create](#create)
- [recent file](#recent-file) + [open](#open)
- [remote open](#remote-open) - [recent file](#recent-file)
- [delete](#delete) - [remote open](#remote-open)
- [access control](#access-control) + [delete](#delete)
- [Scratch Buffer](#scratch-buffer) + [access control](#access-control)
- [Window](#window) * [Scratch Buffer](#scratch-buffer)
- [Window Switcher](#window-switcher) - [Window](#window)
- [Window Management](#window-management) * [Window Switcher](#window-switcher)
- [swap](#swap) * [Window Management](#window-management)
- [layout](#layout) + [swap](#swap)
- [resize](#resize) + [layout](#layout)
- [maximize](#maximize) + [resize](#resize)
- [focus](#focus) + [maximize](#maximize)
- [animation](#animation) + [focus](#focus)
- [Tab](#tab) * [animation](#animation)
- [select](#select) - [Tab](#tab)
* [select](#select)
<!-- tocstop -->
## Buffer, Window, Tab Management ## Buffer, Window, Tab Management

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Bufferline](#bufferline) - [Bufferline](#bufferline)
<!-- tocstop -->
# Bufferline # Bufferline
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim) ![](https://img.shields.io/github/stars/akinsho/bufferline.nvim) ![](https://img.shields.io/github/last-commit/akinsho/bufferline.nvim) ![](https://img.shields.io/github/commit-activity/y/akinsho/bufferline.nvim) - [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim) ![](https://img.shields.io/github/stars/akinsho/bufferline.nvim) ![](https://img.shields.io/github/last-commit/akinsho/bufferline.nvim) ![](https://img.shields.io/github/commit-activity/y/akinsho/bufferline.nvim)

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Comment out](#comment-out)
- [CommentString](#commentstring) - [Comment out](#comment-out)
- [Comment Header](#comment-header) * [CommentString](#commentstring)
- [Todo Comment Highlight](#todo-comment-highlight) * [Comment Header](#comment-header)
- [Special Comment](#special-comment) - [Todo Comment Highlight](#todo-comment-highlight)
- [Annotation](#annotation) - [Special Comment](#special-comment)
* [Annotation](#annotation)
<!-- tocstop -->
### Comment out ### Comment out

@ -1,17 +1,20 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Auto Completion](#auto-completion)
- [Auto Completion Plugin](#auto-completion-plugin) - [Auto Completion](#auto-completion)
- [Made in Lua](#made-in-lua) * [Auto Completion Plugin](#auto-completion-plugin)
- [Made in Python](#made-in-python) + [Made in Lua](#made-in-lua)
- [Made in Rust](#made-in-rust) + [Made in Python](#made-in-python)
- [nvim-cmp extension](#nvim-cmp-extension) + [Made in Rust](#made-in-rust)
- [nvim-cmp sources](#nvim-cmp-sources) * [nvim-cmp extension](#nvim-cmp-extension)
- [nvim-cmp comparator](#nvim-cmp-comparator) + [nvim-cmp sources](#nvim-cmp-sources)
- [Auto Completion support](#auto-completion-support) + [nvim-cmp comparator](#nvim-cmp-comparator)
- [AI Completion](#ai-completion) * [Auto Completion support](#auto-completion-support)
- [Standard Completion](#standard-completion) - [AI Completion](#ai-completion)
- [Standard Completion](#standard-completion)
<!-- tocstop -->
## Auto Completion ## Auto Completion

@ -1,10 +1,13 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Pomodoro](#pomodoro)
- [Alarm](#alarm) - [Pomodoro](#pomodoro)
- [Do Not Disturb](#do-not-disturb) - [Alarm](#alarm)
- [Zen Mode](#zen-mode) - [Do Not Disturb](#do-not-disturb)
- [Zen Mode](#zen-mode)
<!-- tocstop -->
## Pomodoro ## Pomodoro

@ -1,13 +1,16 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Debug](#debug)
- [Debugger](#debugger) - [Debug](#debug)
- [nvim-dap extension](#nvim-dap-extension) * [Debugger](#debugger)
- [REPL](#repl) + [nvim-dap extension](#nvim-dap-extension)
- [Refactoring,Debugging](#refactoringdebugging) * [REPL](#repl)
- [print debug](#print-debug) * [Refactoring,Debugging](#refactoringdebugging)
- [stack trace analyze](#stack-trace-analyze) + [print debug](#print-debug)
+ [stack trace analyze](#stack-trace-analyze)
<!-- tocstop -->
## Debug ## Debug

@ -1,26 +1,29 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Documentation](#documentation)
- [Markdown](#markdown) - [Documentation](#documentation)
- [Markdown link](#markdown-link) * [Markdown](#markdown)
- [Markdown header](#markdown-header) + [Markdown link](#markdown-link)
- [Markdown preview](#markdown-preview) + [Markdown header](#markdown-header)
- [Markdown code block](#markdown-code-block) + [Markdown preview](#markdown-preview)
- [Markdown evaluate code](#markdown-evaluate-code) + [Markdown code block](#markdown-code-block)
- [Styling](#styling) + [Markdown evaluate code](#markdown-evaluate-code)
- [Markdown checkbox](#markdown-checkbox) + [Styling](#styling)
- [Markdown list](#markdown-list) + [Markdown checkbox](#markdown-checkbox)
- [Markdown converter](#markdown-converter) + [Markdown list](#markdown-list)
- [PlantUML](#plantuml) + [Markdown converter](#markdown-converter)
- [AsciiDoc](#asciidoc) * [PlantUML](#plantuml)
- [Pandoc](#pandoc) * [AsciiDoc](#asciidoc)
- [Vimdoc](#vimdoc) * [Pandoc](#pandoc)
- [Tex](#tex) * [Vimdoc](#vimdoc)
- [BiBTex](#bibtex) * [Tex](#tex)
- [Copyright](#copyright) + [BiBTex](#bibtex)
- [Quarto](#quarto) * [Copyright](#copyright)
- [Gist](#gist) * [Quarto](#quarto)
* [Gist](#gist)
<!-- tocstop -->
## Documentation ## Documentation

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Emoji](#emoji)
- [Emoji FuzzyFinder](#emoji-fuzzyfinder) - [Emoji](#emoji)
* [Emoji FuzzyFinder](#emoji-fuzzyfinder)
<!-- tocstop -->
## Emoji ## Emoji

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Color](#color)
- [Luarock](#luarock) - [Color](#color)
- [Luarock](#luarock)
<!-- tocstop -->
## Color ## Color

@ -1,14 +1,17 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Filer](#filer) - [Filer](#filer)
- [Simple](#simple) * [Simple](#simple)
- [Floating Style](#floating-style) * [Floating Style](#floating-style)
- [FuzzyFinder Style](#fuzzyfinder-style) * [FuzzyFinder Style](#fuzzyfinder-style)
- [Emacs style](#emacs-style) * [Emacs style](#emacs-style)
- [nnn wrapper](#nnn-wrapper) * [nnn wrapper](#nnn-wrapper)
- [ranger](#ranger) * [ranger](#ranger)
- [Network File Manager](#network-file-manager) * [Network File Manager](#network-file-manager)
<!-- tocstop -->
# Filer # Filer

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Fold](#fold)
- [Conceal](#conceal) - [Fold](#fold)
- [Conceal](#conceal)
<!-- tocstop -->
## Fold ## Fold

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [FuzzyFinder](#fuzzyfinder) - [FuzzyFinder](#fuzzyfinder)
- [Telescope Extensions](#telescope-extensions) + [Telescope Extensions](#telescope-extensions)
- [Sorter](#sorter) - [Sorter](#sorter)
- [Utils](#utils) - [Utils](#utils)
- [Grep](#grep) - [Grep](#grep)
- [Integration for another plugin](#integration-for-another-plugin) - [Integration for another plugin](#integration-for-another-plugin)
<!-- tocstop -->
# FuzzyFinder # FuzzyFinder

@ -1,32 +1,35 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Git](#git) - [Git](#git)
- [lazygit](#lazygit) * [lazygit](#lazygit)
- [git clone](#git-clone) * [git clone](#git-clone)
- [git status](#git-status) * [git status](#git-status)
- [git add](#git-add) * [git add](#git-add)
- [git commit](#git-commit) * [git commit](#git-commit)
- [prefix](#prefix) + [prefix](#prefix)
- [co authored](#co-authored) + [co authored](#co-authored)
- [git blame](#git-blame) * [git blame](#git-blame)
- [git log](#git-log) * [git log](#git-log)
- [git lens](#git-lens) * [git lens](#git-lens)
- [git diff](#git-diff) * [git diff](#git-diff)
- [git rebase](#git-rebase) * [git rebase](#git-rebase)
- [git conflict](#git-conflict) * [git conflict](#git-conflict)
- [git open](#git-open) * [git open](#git-open)
- [gitignore](#gitignore) * [gitignore](#gitignore)
- [git hook](#git-hook) * [git hook](#git-hook)
- [git info](#git-info) * [git info](#git-info)
- [search](#search) * [search](#search)
- [GitHub](#github) - [GitHub](#github)
- [Features like gh](#features-like-gh) * [Features like gh](#features-like-gh)
- [GitHub tweaks](#github-tweaks) * [GitHub tweaks](#github-tweaks)
- [Pull Request](#pull-request) * [Pull Request](#pull-request)
- [Link](#link) * [Link](#link)
- [Image](#image) + [Image](#image)
- [grep.app](#grepapp) + [grep.app](#grepapp)
<!-- tocstop -->
# Git # Git

@ -1,18 +1,21 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [GUI](#gui) - [GUI](#gui)
- [Typescript](#typescript) * [Typescript](#typescript)
- [Rust](#rust) * [Rust](#rust)
- [Go](#go) * [Go](#go)
- [C++](#c) * [C++](#c)
- [Clojure](#clojure) * [Clojure](#clojure)
- [F#](#f) * [F](#f)
- [Lua](#lua) * [Lua](#lua)
- [MacOS](#macos) * [MacOS](#macos)
- [VS Code](#vs-code) * [VS Code](#vs-code)
- [GUI library](#gui-library) - [GUI library](#gui-library)
- [Font size](#font-size) * [Font size](#font-size)
<!-- tocstop -->
# GUI # GUI
@ -41,7 +44,7 @@
- [jebberjeb/javafx-neovimpane](https://github.com/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/stars/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/last-commit/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/commit-activity/y/jebberjeb/javafx-neovimpane) - [jebberjeb/javafx-neovimpane](https://github.com/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/stars/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/last-commit/jebberjeb/javafx-neovimpane) ![](https://img.shields.io/github/commit-activity/y/jebberjeb/javafx-neovimpane)
## F # ## F
- [yatli/fvim](https://github.com/yatli/fvim) ![](https://img.shields.io/github/stars/yatli/fvim) ![](https://img.shields.io/github/last-commit/yatli/fvim) ![](https://img.shields.io/github/commit-activity/y/yatli/fvim) - [yatli/fvim](https://github.com/yatli/fvim) ![](https://img.shields.io/github/stars/yatli/fvim) ![](https://img.shields.io/github/last-commit/yatli/fvim) ![](https://img.shields.io/github/commit-activity/y/yatli/fvim)

@ -1,13 +1,16 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Image](#image)
- [Image Viewer](#image-viewer) - [Image](#image)
- [Image Paste](#image-paste) * [Image Viewer](#image-viewer)
- [Image Uploader](#image-uploader) * [Image Paste](#image-paste)
- [Screenshot](#screenshot) * [Image Uploader](#image-uploader)
- [Code Image](#code-image) * [Screenshot](#screenshot)
- [Ascii](#ascii) + [Code Image](#code-image)
* [Ascii](#ascii)
<!-- tocstop -->
## Image ## Image

@ -1,99 +1,103 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Integration with other apps](#integration-with-other-apps)
- [Browser Integration](#browser-integration) - [Integration with other apps](#integration-with-other-apps)
- [live preview](#live-preview) * [Browser Integration](#browser-integration)
- [search](#search) + [live preview](#live-preview)
- [Other Editor](#other-editor) + [search](#search)
- [VS Code](#vs-code) * [Other Editor](#other-editor)
- [Xcode](#xcode) + [VS Code](#vs-code)
- [Desktop Integration](#desktop-integration) + [Xcode](#xcode)
- [Development environment](#development-environment) * [Desktop Integration](#desktop-integration)
- [tmux](#tmux) * [Development environment](#development-environment)
- [Zellij](#zellij) + [tmux](#tmux)
- [Docker](#docker) + [Zellij](#zellij)
- [dotenv](#dotenv) + [Docker](#docker)
- [Chamber](#chamber) + [dotenv](#dotenv)
- [Sphinx](#sphinx) + [Chamber](#chamber)
- [Swagger](#swagger) + [Sphinx](#sphinx)
- [endpoints.json](#endpointsjson) + [Swagger](#swagger)
- [BQN](#bqn) + [endpoints.json](#endpointsjson)
- [Skeleton](#skeleton) + [BQN](#bqn)
- [Shell](#shell) + [Skeleton](#skeleton)
- [zsh](#zsh) * [Shell](#shell)
- [fish](#fish) + [zsh](#zsh)
- [Terminal](#terminal) + [fish](#fish)
- [Kitty](#kitty) * [Terminal](#terminal)
- [Windows Terminal](#windows-terminal) + [Kitty](#kitty)
- [CLI](#cli) + [Windows Terminal](#windows-terminal)
- [make](#make) * [CLI](#cli)
- [Bazel](#bazel) + [make](#make)
- [ripgrep](#ripgrep) + [Bazel](#bazel)
- [perf](#perf) + [ripgrep](#ripgrep)
- [dotnet](#dotnet) + [perf](#perf)
- [rsync](#rsync) + [dotnet](#dotnet)
- [ctags](#ctags) + [rsync](#rsync)
- [cheat.sh](#cheatsh) + [ctags](#ctags)
- [papis](#papis) + [cheat.sh](#cheatsh)
- [Zeal](#zeal) + [papis](#papis)
- [Snyk Code](#snyk-code) + [Zeal](#zeal)
- [k8s (Kubernetes)](#k8s-kubernetes) + [Snyk Code](#snyk-code)
- [Cloud](#cloud) + [k8s (Kubernetes)](#k8s-kubernetes)
- [Terraform](#terraform) * [Cloud](#cloud)
- [Ansible](#ansible) + [Terraform](#terraform)
- [Kustomize](#kustomize) + [Ansible](#ansible)
- [AWS](#aws) + [Kustomize](#kustomize)
- [S3](#s3) + [AWS](#aws)
- [Azure](#azure) - [S3](#s3)
- [Salesforce](#salesforce) + [Azure](#azure)
- [dbt](#dbt) + [Salesforce](#salesforce)
- [sdfcli](#sdfcli) + [dbt](#dbt)
- [Web](#web) + [sdfcli](#sdfcli)
- [Matrix.org](#matrixorg) * [Web](#web)
- [Discord](#discord) + [Matrix.org](#matrixorg)
- [Slack](#slack) + [Discord](#discord)
- [Mastodon](#mastodon) + [Slack](#slack)
- [Notion](#notion) + [Mastodon](#mastodon)
- [Jira](#jira) + [Notion](#notion)
- [Google Docs](#google-docs) + [Jira](#jira)
- [Twitch](#twitch) + [Google Docs](#google-docs)
- [Spotify](#spotify) + [Twitch](#twitch)
- [StackOverflow](#stackoverflow) + [Spotify](#spotify)
- [OpenAI](#openai) + [StackOverflow](#stackoverflow)
- [Otter](#otter) + [OpenAI](#openai)
- [GitLab](#gitlab) + [Otter](#otter)
- [Trello](#trello) + [GitLab](#gitlab)
- [compiler-explorer](#compiler-explorer) + [Meilisearch](#meilisearch)
- [prefix.cc](#prefixcc) + [Trello](#trello)
- [haste](#haste) + [compiler-explorer](#compiler-explorer)
- [TabNews](#tabnews) + [prefix.cc](#prefixcc)
- [OS](#os) + [haste](#haste)
- [Linux](#linux) + [TabNews](#tabnews)
- [gnome](#gnome) * [OS](#os)
- [darkman](#darkman) + [Linux](#linux)
- [fribidi](#fribidi) - [gnome](#gnome)
- [Windows](#windows) - [darkman](#darkman)
- [Everything](#everything) - [fribidi](#fribidi)
- [AutoHotKey](#autohotkey) * [Windows](#windows)
- [Mac](#mac) + [Everything](#everything)
- [iOS](#ios) + [AutoHotKey](#autohotkey)
- [Password Manager](#password-manager) * [Mac](#mac)
- [IME](#ime) * [iOS](#ios)
- [Fcitx](#fcitx) * [Password Manager](#password-manager)
- [SKK](#skk) * [IME](#ime)
- [Battery](#battery) + [Fcitx](#fcitx)
- [Audio](#audio) + [SKK](#skk)
- [SuperCollider](#supercollider) * [Battery](#battery)
- [LilyPond](#lilypond) * [Audio](#audio)
- [Hardware](#hardware) + [SuperCollider](#supercollider)
- [Robot](#robot) + [LilyPond](#lilypond)
- [ROS](#ros) * [Hardware](#hardware)
- [LEGO](#lego) + [Robot](#robot)
- [Keyboard](#keyboard) - [ROS](#ros)
- [Embedded Software](#embedded-software) - [LEGO](#lego)
- [Arduino](#arduino) + [Keyboard](#keyboard)
- [FlipperZero](#flipperzero) + [Embedded Software](#embedded-software)
- [Arduino](#arduino)
- [FlipperZero](#flipperzero)
<!-- tocstop -->
## Integration with other apps ## Integration with other apps

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Jump](#jump)
- [Jump number](#jump-number) - [Jump](#jump)
- [Go to File](#go-to-file) - [Jump number](#jump-number)
- [jumplist](#jumplist) - [Go to File](#go-to-file)
- [Edit History](#edit-history) * [jumplist](#jumplist)
- [Cursor Position History](#cursor-position-history) * [Edit History](#edit-history)
* [Cursor Position History](#cursor-position-history)
<!-- tocstop -->
## Jump ## Jump

@ -1,86 +1,89 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Language specific](#language-specific) - [Language specific](#language-specific)
- [Programing Language / Framework](#programing-language--framework) * [Programing Language / Framework](#programing-language--framework)
- [Javascript/Typescript](#javascripttypescript) + [Javascript/Typescript](#javascripttypescript)
- [Formatter](#formatter) - [Formatter](#formatter)
- [Test](#test) - [Test](#test)
- [npm](#npm) - [npm](#npm)
- [HTML](#html) + [HTML](#html)
- [conceal](#conceal) - [conceal](#conceal)
- [live server](#live-server) - [live server](#live-server)
- [CSS](#css) + [CSS](#css)
- [tailwind](#tailwind) - [tailwind](#tailwind)
- [Bulma](#bulma) - [Bulma](#bulma)
- [HTTP](#http) + [HTTP](#http)
- [REST](#rest) + [REST](#rest)
- [Protocol buffer](#protocol-buffer) + [Protocol buffer](#protocol-buffer)
- [Hurl](#hurl) + [Hurl](#hurl)
- [Graphql](#graphql) + [Graphql](#graphql)
- [React](#react) + [React](#react)
- [Deno](#deno) + [Deno](#deno)
- [Bun](#bun) + [Bun](#bun)
- [mjml](#mjml) + [mjml](#mjml)
- [Python](#python) + [Python](#python)
- [test](#test-1) - [test](#test)
- [REPL](#repl) - [REPL](#repl)
- [build manager](#build-manager) - [build manager](#build-manager)
- [venv](#venv) - [venv](#venv)
- [Jupyter](#jupyter) - [Jupyter](#jupyter)
- [Scrapy](#scrapy) - [Scrapy](#scrapy)
- [Ruby](#ruby) + [Ruby](#ruby)
- [Rails](#rails) - [Rails](#rails)
- [Nix](#nix) + [Nix](#nix)
- [PHP](#php) + [PHP](#php)
- [Laravel](#laravel) - [Laravel](#laravel)
- [Lua](#lua) + [Lua](#lua)
- [Luau](#luau) + [Luau](#luau)
- [Rust](#rust) + [Rust](#rust)
- [Go](#go) + [Go](#go)
- [gofmt](#gofmt) - [gofmt](#gofmt)
- [Test](#test-2) - [Test](#test-1)
- [C/C++](#cc) + [C/C++](#cc)
- [Cmake](#cmake) - [Cmake](#cmake)
- [Zig](#zig) + [Zig](#zig)
- [C #](#c-) + [C](#c)
- [Java](#java) + [Java](#java)
- [Scala](#scala) + [Scala](#scala)
- [Dart, Flutter](#dart-flutter) + [Dart, Flutter](#dart-flutter)
- [Clojure](#clojure) + [Clojure](#clojure)
- [Elixir](#elixir) + [Elixir](#elixir)
- [Haskell](#haskell) + [Haskell](#haskell)
- [Lisp](#lisp) + [Lisp](#lisp)
- [Shellscript(bash)](#shellscriptbash) + [Shellscript(bash)](#shellscriptbash)
- [Nushell](#nushell) + [Nushell](#nushell)
- [F #](#f-) + [F](#f)
- [Cairo](#cairo) + [Cairo](#cairo)
- [Agda](#agda) + [Agda](#agda)
- [Monkey](#monkey) + [Monkey](#monkey)
- [GNU APL](#gnu-apl) + [GNU APL](#gnu-apl)
- [Godot](#godot) + [Godot](#godot)
- [Moonscript](#moonscript) + [Moonscript](#moonscript)
- [Cell](#cell) + [Cell](#cell)
- [sylt](#sylt) + [sylt](#sylt)
- [Cyber](#cyber) + [Cyber](#cyber)
- [Tcl/Tk](#tcltk) + [Tcl/Tk](#tcltk)
- [Prolog](#prolog) + [Prolog](#prolog)
- [Brainfuck](#brainfuck) + [Brainfuck](#brainfuck)
- [Configuration File](#configuration-file) * [Configuration File](#configuration-file)
- [JSON](#json) + [JSON](#json)
- [YAML](#yaml) + [YAML](#yaml)
- [dotbox](#dotbox) + [dotbox](#dotbox)
- [CSV](#csv) + [CSV](#csv)
- [OpenAPI](#openapi) + [OpenAPI](#openapi)
- [Database](#database) + [Database](#database)
- [SQL](#sql) - [SQL](#sql)
- [PostgreSQL](#postgresql) - [PostgreSQL](#postgresql)
- [MongoDB](#mongodb) - [MongoDB](#mongodb)
- [Jenkins](#jenkins) + [Jenkins](#jenkins)
- [Drools Rule Language](#drools-rule-language) + [Drools Rule Language](#drools-rule-language)
- [Competitive programming](#competitive-programming) - [Competitive programming](#competitive-programming)
- [Technical interviews](#technical-interviews) - [Technical interviews](#technical-interviews)
- [LeetCode](#leetcode) * [LeetCode](#leetcode)
<!-- tocstop -->
# Language specific # Language specific
@ -333,7 +336,7 @@
- [CadeMichael/zig.nvim](https://github.com/CadeMichael/zig.nvim) ![](https://img.shields.io/github/stars/CadeMichael/zig.nvim) ![](https://img.shields.io/github/last-commit/CadeMichael/zig.nvim) ![](https://img.shields.io/github/commit-activity/y/CadeMichael/zig.nvim) - [CadeMichael/zig.nvim](https://github.com/CadeMichael/zig.nvim) ![](https://img.shields.io/github/stars/CadeMichael/zig.nvim) ![](https://img.shields.io/github/last-commit/CadeMichael/zig.nvim) ![](https://img.shields.io/github/commit-activity/y/CadeMichael/zig.nvim)
- [bfredl/nvim-zigclient](https://github.com/bfredl/nvim-zigclient) ![](https://img.shields.io/github/stars/bfredl/nvim-zigclient) ![](https://img.shields.io/github/last-commit/bfredl/nvim-zigclient) ![](https://img.shields.io/github/commit-activity/y/bfredl/nvim-zigclient) - [bfredl/nvim-zigclient](https://github.com/bfredl/nvim-zigclient) ![](https://img.shields.io/github/stars/bfredl/nvim-zigclient) ![](https://img.shields.io/github/last-commit/bfredl/nvim-zigclient) ![](https://img.shields.io/github/commit-activity/y/bfredl/nvim-zigclient)
### C # ### C
- [Hoffs/omnisharp-extended-lsp.nvim](https://github.com/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/stars/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/last-commit/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/commit-activity/y/Hoffs/omnisharp-extended-lsp.nvim) - [Hoffs/omnisharp-extended-lsp.nvim](https://github.com/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/stars/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/last-commit/Hoffs/omnisharp-extended-lsp.nvim) ![](https://img.shields.io/github/commit-activity/y/Hoffs/omnisharp-extended-lsp.nvim)
@ -390,7 +393,7 @@
- [LhKipp/nvim-nu](https://github.com/LhKipp/nvim-nu) ![](https://img.shields.io/github/stars/LhKipp/nvim-nu) ![](https://img.shields.io/github/last-commit/LhKipp/nvim-nu) ![](https://img.shields.io/github/commit-activity/y/LhKipp/nvim-nu) - [LhKipp/nvim-nu](https://github.com/LhKipp/nvim-nu) ![](https://img.shields.io/github/stars/LhKipp/nvim-nu) ![](https://img.shields.io/github/last-commit/LhKipp/nvim-nu) ![](https://img.shields.io/github/commit-activity/y/LhKipp/nvim-nu)
### F # ### F
- [noralambda/fsproj-edit.nvim](https://github.com/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/stars/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/last-commit/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/commit-activity/y/noralambda/fsproj-edit.nvim) - [noralambda/fsproj-edit.nvim](https://github.com/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/stars/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/last-commit/noralambda/fsproj-edit.nvim) ![](https://img.shields.io/github/commit-activity/y/noralambda/fsproj-edit.nvim)

@ -1,10 +1,13 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Formatting config](#formatting-config)
- [Formatter](#formatter) - [Formatting config](#formatting-config)
- [Trim Whitespace](#trim-whitespace) - [Formatter](#formatter)
- [Lint](#lint) * [Trim Whitespace](#trim-whitespace)
- [Lint](#lint)
<!-- tocstop -->
## Formatting config ## Formatting config

@ -1,22 +1,25 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [LSP](#lsp)
- [LSP Installer](#lsp-installer) - [LSP](#lsp)
- [LSP Feature Extension UI](#lsp-feature-extension-ui) * [LSP Installer](#lsp-installer)
- [Diagnostics](#diagnostics) * [LSP Feature Extension UI](#lsp-feature-extension-ui)
- [Definition, Reference](#definition-reference) + [Diagnostics](#diagnostics)
- [Code action](#code-action) + [Definition, Reference](#definition-reference)
- [Hint](#hint) + [Code action](#code-action)
- [Hover Doc](#hover-doc) + [Hint](#hint)
- [Formatting](#formatting) + [Hover Doc](#hover-doc)
- [Rename](#rename) + [Formatting](#formatting)
- [Semantic Token](#semantic-token) + [Rename](#rename)
- [LSP Progress](#lsp-progress) + [Semantic Token](#semantic-token)
- [Local LSP Config](#local-lsp-config) * [LSP Progress](#lsp-progress)
- [Disable/Enable](#disableenable) * [Local LSP Config](#local-lsp-config)
- [Pre-configuration](#pre-configuration) - [Disable/Enable](#disableenable)
- [Backwards Compatibility](#backwards-compatibility) - [Pre-configuration](#pre-configuration)
- [Backwards Compatibility](#backwards-compatibility)
<!-- tocstop -->
## LSP ## LSP

@ -1,11 +1,14 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Keymap](#keymap) - [Keymap](#keymap)
- [Bracket](#bracket) * [Bracket](#bracket)
- [Mapping search](#mapping-search) * [Mapping search](#mapping-search)
- [Prefix Key Binding](#prefix-key-binding) * [Prefix Key Binding](#prefix-key-binding)
- [Mapping toggle](#mapping-toggle) * [Mapping toggle](#mapping-toggle)
<!-- tocstop -->
# Keymap # Keymap

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Mark](#mark)
- [sign](#sign) - [Mark](#mark)
- [Jump](#jump) * [sign](#sign)
- [floating marker(easymotion style)](#floating-markereasymotion-style) * [Jump](#jump)
- [bookmark](#bookmark) * [floating marker(easymotion style)](#floating-markereasymotion-style)
- [etc](#etc) * [bookmark](#bookmark)
* [etc](#etc)
<!-- tocstop -->
## Mark ## Mark

@ -1,17 +1,20 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Motion](#motion)
- [j/k](#jk) - [Motion](#motion)
- [Scrolling](#scrolling) * [j/k](#jk)
- [Smooth scroll](#smooth-scroll) + [Scrolling](#scrolling)
- [Label Jump (Easymotion style)](#label-jump-easymotion-style) * [Smooth scroll](#smooth-scroll)
- [Horizontal Move](#horizontal-move) * [Label Jump (Easymotion style)](#label-jump-easymotion-style)
- [Show jump word](#show-jump-word) * [Horizontal Move](#horizontal-move)
- [Vertical Move](#vertical-move) + [Show jump word](#show-jump-word)
- [Word Motion](#word-motion) * [Vertical Move](#vertical-move)
- [Line Move](#line-move) * [Word Motion](#word-motion)
- [Paragraph](#paragraph) * [Line Move](#line-move)
* [Paragraph](#paragraph)
<!-- tocstop -->
## Motion ## Motion

@ -1,30 +1,33 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Lua Development](#lua-development)
- [Plugin Template](#plugin-template) - [Lua Development](#lua-development)
- [LSP](#lsp) * [Plugin Template](#plugin-template)
- [Lint](#lint) * [LSP](#lsp)
- [Formatter](#formatter) * [Lint](#lint)
- [GitHub Actions](#github-actions) * [Formatter](#formatter)
- [Neovim Lua Development](#neovim-lua-development) * [GitHub Actions](#github-actions)
- [Neovim Lua REPL](#neovim-lua-repl) - [Neovim Lua Development](#neovim-lua-development)
- [Development Tools](#development-tools) - [Neovim Lua REPL](#neovim-lua-repl)
- [Log](#log) - [Development Tools](#development-tools)
- [Print](#print) - [Log](#log)
- [Debug](#debug) - [Print](#print)
- [Testing](#testing) - [Debug](#debug)
- [Help](#help) - [Testing](#testing)
- [runtimepath](#runtimepath) - [Help](#help)
- [Fennel](#fennel) - [runtimepath](#runtimepath)
- [Rust](#rust) - [Fennel](#fennel)
- [FFI](#ffi) - [Rust](#rust)
- [Colorscheme Creation](#colorscheme-creation) - [FFI](#ffi)
- [Color Creation](#color-creation) - [Colorscheme Creation](#colorscheme-creation)
- [Color Export](#color-export) - [Color Creation](#color-creation)
- [Profiler](#profiler) - [Color Export](#color-export)
- [CI](#ci) - [Profiler](#profiler)
- [Actions](#actions) - [CI](#ci)
* [Actions](#actions)
<!-- tocstop -->
## Lua Development ## Lua Development

@ -1,39 +1,42 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Table](#table)
- [Class](#class) - [Table](#table)
- [Log](#log) - [Class](#class)
- [async](#async) - [Log](#log)
- [Coroutine](#coroutine) - [async](#async)
- [File](#file) - [Coroutine](#coroutine)
- [UI](#ui) - [File](#file)
- [Notification](#notification) - [UI](#ui)
- [vim.ui.select/vim.ui.input](#vimuiselectvimuiinput) * [Notification](#notification)
- [Popup](#popup) * [vim.ui.select/vim.ui.input](#vimuiselectvimuiinput)
- [Animation](#animation) * [Popup](#popup)
- [FuzzyFinder](#fuzzyfinder) * [Animation](#animation)
- [Spinner](#spinner) * [FuzzyFinder](#fuzzyfinder)
- [Error handling](#error-handling) * [Spinner](#spinner)
- [Assert](#assert) - [Error handling](#error-handling)
- [Time](#time) - [Assert](#assert)
- [Net](#net) - [Time](#time)
- [Curl](#curl) - [Net](#net)
- [REST](#rest) * [Curl](#curl)
- [GRPC](#grpc) * [REST](#rest)
- [WebSocket](#websocket) * [GRPC](#grpc)
- [JSON](#json) * [WebSocket](#websocket)
- [Require](#require) - [JSON](#json)
- [Hook](#hook) - [Require](#require)
- [Mode](#mode) - [Hook](#hook)
- [Keymap](#keymap) - [Mode](#mode)
- [autocmd](#autocmd) - [Keymap](#keymap)
- [Icon](#icon) - [autocmd](#autocmd)
- [Unicode](#unicode) - [Icon](#icon)
- [Mathematics](#mathematics) - [Unicode](#unicode)
- [Treesitter](#treesitter) - [Mathematics](#mathematics)
- [Enhanced Standard Features](#enhanced-standard-features) - [Treesitter](#treesitter)
- [Util wrapper](#util-wrapper) - [Enhanced Standard Features](#enhanced-standard-features)
- [Util wrapper](#util-wrapper)
<!-- tocstop -->
## Table ## Table

@ -1,20 +1,23 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Note Taking](#note-taking) - [Note Taking](#note-taking)
- [Org mode](#org-mode) * [Org mode](#org-mode)
- [Zettelkasten](#zettelkasten) * [Zettelkasten](#zettelkasten)
- [Markdown](#markdown) * [Markdown](#markdown)
- [ToDo](#todo) * [ToDo](#todo)
- [Obsidian](#obsidian) * [Obsidian](#obsidian)
- [Google Keep](#google-keep) * [Google Keep](#google-keep)
- [Dendron](#dendron) * [Dendron](#dendron)
- [BibleGateway](#biblegateway) * [BibleGateway](#biblegateway)
- [Wiki](#wiki) * [Wiki](#wiki)
- [VimWiki](#vimwiki) * [VimWiki](#vimwiki)
- [Scratch Buffer](#scratch-buffer) * [Scratch Buffer](#scratch-buffer)
- [inline note](#inline-note) * [inline note](#inline-note)
- [etc](#etc) * [etc](#etc)
<!-- tocstop -->
# Note Taking # Note Taking

@ -1,9 +1,13 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Package Manager](#package-manager)
- [LSP, DAP, linter, formatter](#lsp-dap-linter-formatter) - [Package Manager](#package-manager)
- [Luarock](#luarock) * [LSP, DAP, linter, formatter](#lsp-dap-linter-formatter)
+ [formatter](#formatter)
* [Luarock](#luarock)
<!-- tocstop -->
## Package Manager ## Package Manager

@ -1,10 +1,13 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Plugin Manager](#plugin-manager)
- [Add runtime path (vim-plug like)](#add-runtime-path-vim-plug-like) - [Plugin Manager](#plugin-manager)
- [Use builtin package feature](#use-builtin-package-feature) * [Add runtime path (vim-plug like)](#add-runtime-path-vim-plug-like)
- [Update checker](#update-checker) * [Use builtin package feature](#use-builtin-package-feature)
* [Update checker](#update-checker)
<!-- tocstop -->
## Plugin Manager ## Plugin Manager

@ -1,11 +1,14 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Project](#project)
- [Project Switcher](#project-switcher) - [Project](#project)
- [Project Root Detector](#project-root-detector) * [Project Switcher](#project-switcher)
- [Project Local Config](#project-local-config) * [Project Root Detector](#project-root-detector)
- [Config switcher](#config-switcher) * [Project Local Config](#project-local-config)
* [Config switcher](#config-switcher)
<!-- tocstop -->
### Project ### Project

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Quickfix](#quickfix)
- [Location](#location) - [Quickfix](#quickfix)
- [Location](#location)
<!-- tocstop -->
## Quickfix ## Quickfix

@ -1,19 +1,22 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Search](#search) - [Search](#search)
- [Line search](#line-search) * [Line search](#line-search)
- [n/N Improvement](#nn-improvement) * [n/N Improvement](#nn-improvement)
- [Search count](#search-count) * [Search count](#search-count)
- [Comment search](#comment-search) * [Comment search](#comment-search)
- [Search highlight](#search-highlight) * [Search highlight](#search-highlight)
- [Visual search](#visual-search) * [Visual search](#visual-search)
- [Replace](#replace) - [Replace](#replace)
- [Grep](#grep) - [Grep](#grep)
- [Select](#select) - [Select](#select)
- [narrowing](#narrowing) * [narrowing](#narrowing)
- [Multi Cursor](#multi-cursor) * [Multi Cursor](#multi-cursor)
- [Incremental selection](#incremental-selection) * [Incremental selection](#incremental-selection)
<!-- tocstop -->
# Search # Search

@ -1,8 +1,11 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Online Help](#online-help)
- [Embed Neovim](#embed-neovim) - [Online Help](#online-help)
- [Embed Neovim](#embed-neovim)
<!-- tocstop -->
## Online Help ## Online Help

@ -1,9 +1,12 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Session](#session) - [Session](#session)
- [Session Selector](#session-selector) * [Session Selector](#session-selector)
- [Cursor Position](#cursor-position) * [Cursor Position](#cursor-position)
<!-- tocstop -->
# Session # Session

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Snippet](#snippet)
- [Snippet definitions](#snippet-definitions) - [Snippet](#snippet)
- [Snippet converter](#snippet-converter) * [Snippet definitions](#snippet-definitions)
- [Snippet view](#snippet-view) * [Snippet converter](#snippet-converter)
- [Emmet](#emmet) * [Snippet view](#snippet-view)
- [Template](#template) - [Emmet](#emmet)
- [Template](#template)
<!-- tocstop -->
### Snippet ### Snippet

@ -1,10 +1,13 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Statusline](#statusline) - [Statusline](#statusline)
- [Simple](#simple) + [Simple](#simple)
- [Special Features](#special-features) + [Special Features](#special-features)
- [Statusline component](#statusline-component) * [Statusline component](#statusline-component)
<!-- tocstop -->
# Statusline # Statusline

@ -1,16 +1,19 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Highlight](#highlight)
- [Syntax](#syntax) - [Highlight](#highlight)
- [Colorizer](#colorizer) - [Syntax](#syntax)
- [ANSI Colorize](#ansi-colorize) * [Colorizer](#colorizer)
- [Colorscheme switcher](#colorscheme-switcher) * [ANSI Colorize](#ansi-colorize)
- [Color name](#color-name) * [Colorscheme switcher](#colorscheme-switcher)
- [Long line highlight](#long-line-highlight) * [Color name](#color-name)
- [Current word highlight](#current-word-highlight) * [Long line highlight](#long-line-highlight)
- [Multiple word highlight](#multiple-word-highlight) * [Current word highlight](#current-word-highlight)
- [Jump highlight](#jump-highlight) * [Multiple word highlight](#multiple-word-highlight)
* [Jump highlight](#jump-highlight)
<!-- tocstop -->
## Highlight ## Highlight

@ -1,17 +1,20 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Task Runner](#task-runner) - [Task Runner](#task-runner)
- [Config file style](#config-file-style) * [Config file style](#config-file-style)
- [JSON](#json) + [JSON](#json)
- [YAML](#yaml) + [YAML](#yaml)
- [Lua](#lua) + [Lua](#lua)
- [Shell](#shell) + [Shell](#shell)
- [Command style](#command-style) * [Command style](#command-style)
- [Auto detect style](#auto-detect-style) * [Auto detect style](#auto-detect-style)
- [CLI](#cli) * [CLI](#cli)
- [Partial execution](#partial-execution) * [Partial execution](#partial-execution)
- [Monitor](#monitor) * [Monitor](#monitor)
<!-- tocstop -->
# Task Runner # Task Runner

@ -1,13 +1,16 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Terminal](#terminal)
- [Terminal Enhancement](#terminal-enhancement) - [Terminal](#terminal)
- [Open](#open) * [Terminal Enhancement](#terminal-enhancement)
- [Edit](#edit) * [Open](#open)
- [External terminal](#external-terminal) * [Edit](#edit)
- [Terminal Selector](#terminal-selector) * [External terminal](#external-terminal)
- [Neovim in Neovim](#neovim-in-neovim) * [Terminal Selector](#terminal-selector)
* [Neovim in Neovim](#neovim-in-neovim)
<!-- tocstop -->
## Terminal ## Terminal

@ -1,9 +1,12 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Test](#test)
- [Neotest adapter](#neotest-adapter) - [Test](#test)
- [Test Coverage](#test-coverage) * [Neotest adapter](#neotest-adapter)
- [Test Coverage](#test-coverage)
<!-- tocstop -->
## Test ## Test

@ -1,12 +1,15 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Textobject](#textobject)
- [Unit](#unit) - [Textobject](#textobject)
- [Swap](#swap) * [Unit](#unit)
- [Move](#move) * [Swap](#swap)
- [Surround](#surround) * [Move](#move)
- [Operator](#operator) * [Surround](#surround)
- [Operator](#operator)
<!-- tocstop -->
## Textobject ## Textobject

@ -1,20 +1,23 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Toy](#toy) - [Toy](#toy)
- [Joke](#joke) * [Joke](#joke)
- [Pet](#pet) * [Pet](#pet)
- [Image](#image) * [Image](#image)
- [Video](#video) * [Video](#video)
- [Game](#game) * [Game](#game)
- [Typing](#typing) - [Typing](#typing)
- [Gesture](#gesture) * [Gesture](#gesture)
- [Weather](#weather) * [Weather](#weather)
- [Stock price](#stock-price) * [Stock price](#stock-price)
- [Study](#study) * [Study](#study)
- [Music](#music) * [Music](#music)
- [Recording](#recording) + [Recording](#recording)
- [Screen server](#screen-server) * [Screen server](#screen-server)
<!-- tocstop -->
# Toy # Toy

@ -1,7 +1,10 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Treesitter](#treesitter)
- [Treesitter](#treesitter)
<!-- tocstop -->
## Treesitter ## Treesitter

@ -1,12 +1,16 @@
# Table of Contents # Table of Contents
- [Table of Contents](#table-of-contents) <!-- toc -->
- [Yank](#yank) - [Yank](#yank)
- [Register Selector](#register-selector) * [Register Selector](#register-selector)
- [OSC52](#osc52) * [OSC52](#osc52)
- [Paste](#paste) - [Paste](#paste)
- [Wise paste](#wise-paste) * [Wise paste](#wise-paste)
- [Cyclic paste](#cyclic-paste) * [Cyclic paste](#cyclic-paste)
* [Mac](#mac)
<!-- tocstop -->
# Yank # Yank

Loading…
Cancel
Save