diff --git a/README.md b/README.md index 7e7d9c1..faaa64c 100644 --- a/README.md +++ b/README.md @@ -1,160 +1,163 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Plugin Manager](#plugin-manager) - - [Completion](#completion) - - [LSP](#lsp) - - [Treesitter](#treesitter) - - [Fuzzy Finder](#fuzzy-finder) - - [Filer](#filer) - - [Appearance](#appearance) - - [Syntax / Highlight](#syntax--highlight) - - [Statusline](#statusline) - - [Bufferline](#bufferline) - - [Tabline](#tabline) - - [winbar](#winbar) - - [statuscolumn](#statuscolumn) - - [Cursor](#cursor) - - [Cursorline](#cursorline) - - [Columnline](#columnline) - - [Window Separators](#window-separators) - - [Screen position](#screen-position) - - [Wrap](#wrap) - - [Mode](#mode) - - [Mode Viewer](#mode-viewer) - - [Visual](#visual) - - [Submode](#submode) - - [Scrollbar](#scrollbar) - - [Sidebar](#sidebar) - - [Menu](#menu) - - [Minimap](#minimap) - - [Highlight current function](#highlight-current-function) - - [listchars](#listchars) - - [Background](#background) - - [Buffer, Window, Tab Management](#buffer-window-tab-management) - - [Terminal](#terminal) - - [Motion](#motion) - - [Jump](#jump) - - [Editing support](#editing-support) - - [Insert](#insert) - - [Auto Insert](#auto-insert) - - [matchparen](#matchparen) - - [Adding and subtracting](#adding-and-subtracting) - - [Convert Case](#convert-case) - - [Indent](#indent) - - [Indent Size](#indent-size) - - [Indent Shift](#indent-shift) - - [Align](#align) - - [TextObject, Operator](#textobject-operator) - - [Misc](#misc) - - [Other Standard Feature Enhancement](#other-standard-feature-enhancement) - - [Search, Replace, Select](#search-replace-select) - - [Mapping](#mapping) - - [Yank, Paste](#yank-paste) - - [Split / Join](#split--join) - - [Number](#number) - - [Mark](#mark) - - [Undo](#undo) - - [Diff](#diff) - - [Tags](#tags) - - [Fold / Conceal](#fold--conceal) - - [Calculation](#calculation) - - [Command](#command) - - [Redirect to scratch buffer](#redirect-to-scratch-buffer) - - [Shell Command](#shell-command) - - [Command Line](#command-line) - - [GUID](#guid) - - [Command Line UI](#command-line-ui) - - [Command Line](#command-line-1) - - [command line completion](#command-line-completion) - - [History](#history) - - [Spell](#spell) - - [Spellcheck](#spellcheck) - - [Vale](#vale) - - [Abbreviation](#abbreviation) - - [Quickfix / Location](#quickfix--location) - - [cd(change directory)](#cdchange-directory) - - [z](#z) - - [ftdetect(Filetype detector)](#ftdetectfiletype-detector) - - [ftplugin](#ftplugin) - - [filetype colorscheme](#filetype-colorscheme) - - [Macro](#macro) - - [Message](#message) - - [Help](#help) - - [Messsage](#messsage) - - [Save](#save) - - [Cursor Position](#cursor-position) - - [Backup](#backup) - - [Startup](#startup) - - [Boot Arguments](#boot-arguments) - - [Session](#session) - - [Mouse](#mouse) - - [Profiler](#profiler) - - [Improve startup time](#improve-startup-time) - - [Coding](#coding) - - [Reading assistant feature](#reading-assistant-feature) - - [Current Position Info](#current-position-info) - - [Comment Out](#comment-out) - - [Context Header](#context-header) - - [Indent Guide](#indent-guide) - - [Linter / Formatter](#linter--formatter) - - [Regex](#regex) - - [Code outline](#code-outline) - - [Call Hierarchy](#call-hierarchy) - - [Type Hierarchy](#type-hierarchy) - - [Snippet/Template](#snippettemplate) - - [Task Runner](#task-runner) - - [Test](#test) - - [Debug/REPL](#debugrepl) - - [Git/GitHub](#gitgithub) - - [Project](#project) - - [New features](#new-features) - - [Note Taking](#note-taking) - - [Diagram](#diagram) - - [Translate](#translate) - - [Manual](#manual) - - [Popup Info](#popup-info) - - [File Handling](#file-handling) - - [Command Palette](#command-palette) - - [Reload Configuration](#reload-configuration) - - [Package Manager](#package-manager) - - [Remote Development](#remote-development) - - [Collaborative Editing](#collaborative-editing) - - [Image](#image) - - [Notification](#notification) - - [Schedule](#schedule) - - [Key stroke](#key-stroke) - - [Concentration(Pomodoro/Zenn)](#concentrationpomodorozenn) - - [Human-readable](#human-readable) - - [bionic reading](#bionic-reading) - - [Scratchpad](#scratchpad) - - [Performance Test](#performance-test) - - [Security](#security) - - [Hex Editor](#hex-editor) - - [Mail](#mail) - - [Calendar](#calendar) - - [Presentation](#presentation) - - [EDITOR](#editor) - - [Tutorial](#tutorial) - - [Analytics](#analytics) - - [Code::Stats](#codestats) - - [Update check](#update-check) - - [Font](#font) - - [Emoji](#emoji) - - [Keyboard Layout](#keyboard-layout) - - [Util pack](#util-pack) - - [Patch](#patch) - - [Integration with other apps](#integration-with-other-apps) - - [Language specific](#language-specific) - - [Documentation](#documentation) - - [Neovim Lua Library](#neovim-lua-library) - - [Neovim Lua Development](#neovim-lua-development) - - [Colorscheme](#colorscheme) - - [Neovim Distribution](#neovim-distribution) - - [GUI](#gui) - - [External Tools](#external-tools) - - [Service](#service) - - [Toy](#toy) + + +- [Plugin Manager](#plugin-manager) +- [Completion](#completion) +- [LSP](#lsp) +- [Treesitter](#treesitter) +- [Fuzzy Finder](#fuzzy-finder) +- [Filer](#filer) +- [Appearance](#appearance) + * [Syntax / Highlight](#syntax--highlight) + * [Statusline](#statusline) + * [Bufferline](#bufferline) + * [Tabline](#tabline) + * [winbar](#winbar) + * [statuscolumn](#statuscolumn) + * [Cursor](#cursor) + * [Cursorline](#cursorline) + * [Columnline](#columnline) + * [Window Separators](#window-separators) + * [Screen position](#screen-position) + * [Wrap](#wrap) + * [Mode](#mode) + + [Mode Viewer](#mode-viewer) + + [Visual](#visual) + + [Submode](#submode) + * [Scrollbar](#scrollbar) + * [Sidebar](#sidebar) + * [Menu](#menu) + * [Minimap](#minimap) + * [Highlight current function](#highlight-current-function) + * [listchars](#listchars) + * [Background](#background) +- [Buffer, Window, Tab Management](#buffer-window-tab-management) +- [Terminal](#terminal) +- [Motion](#motion) +- [Jump](#jump) +- [Editing support](#editing-support) + * [Insert](#insert) + * [Auto Insert](#auto-insert) + * [matchparen](#matchparen) + * [Adding and subtracting](#adding-and-subtracting) + * [Convert Case](#convert-case) + * [Indent](#indent) + + [Indent Size](#indent-size) + + [Indent Shift](#indent-shift) + * [Align](#align) + * [TextObject, Operator](#textobject-operator) + * [Misc](#misc) +- [Other Standard Feature Enhancement](#other-standard-feature-enhancement) + * [Search, Replace, Select](#search-replace-select) + * [Mapping](#mapping) + * [Yank, Paste](#yank-paste) + * [Split / Join](#split--join) + * [Number](#number) + * [Mark](#mark) + * [Undo](#undo) + * [Diff](#diff) + * [Tags](#tags) + * [Fold / Conceal](#fold--conceal) + * [Calculation](#calculation) + * [Command](#command) + + [Redirect to scratch buffer](#redirect-to-scratch-buffer) + + [Shell Command](#shell-command) + * [Command Line](#command-line) + + [GUID](#guid) + * [Command Line UI](#command-line-ui) + * [Command Line](#command-line-1) + + [command line completion](#command-line-completion) + * [History](#history) + * [Spell](#spell) + + [Spellcheck](#spellcheck) + + [Vale](#vale) + * [Abbreviation](#abbreviation) + * [Quickfix / Location](#quickfix--location) + * [cd(change directory)](#cdchange-directory) + + [z](#z) + * [ftdetect(Filetype detector)](#ftdetectfiletype-detector) + * [ftplugin](#ftplugin) + + [filetype colorscheme](#filetype-colorscheme) + * [Macro](#macro) + * [Message](#message) + * [Help](#help) + * [Messsage](#messsage) + * [Save](#save) + + [Cursor Position](#cursor-position) + * [Backup](#backup) + * [Startup](#startup) + * [Boot Arguments](#boot-arguments) + * [Session](#session) + * [Mouse](#mouse) + * [Profiler](#profiler) + * [Improve startup time](#improve-startup-time) +- [Coding](#coding) + * [Reading assistant feature](#reading-assistant-feature) + + [Current Position Info](#current-position-info) + * [Comment Out](#comment-out) + + [Context Header](#context-header) + - [Indent Guide](#indent-guide) + * [Linter / Formatter](#linter--formatter) + * [Regex](#regex) + * [Code outline](#code-outline) + * [Call Hierarchy](#call-hierarchy) + * [Type Hierarchy](#type-hierarchy) + * [Snippet/Template](#snippettemplate) + * [Task Runner](#task-runner) + * [Test](#test) + * [Debug/REPL](#debugrepl) + * [Git/GitHub](#gitgithub) + * [Project](#project) +- [New features](#new-features) + * [Note Taking](#note-taking) + * [Diagram](#diagram) + * [Translate](#translate) + * [Manual](#manual) + * [Popup Info](#popup-info) + * [File Handling](#file-handling) + * [Command Palette](#command-palette) + * [Reload Configuration](#reload-configuration) + * [Package Manager](#package-manager) + * [Remote Development](#remote-development) + * [Collaborative Editing](#collaborative-editing) + * [Image](#image) + * [Notification](#notification) + * [Schedule](#schedule) + * [Key stroke](#key-stroke) + * [Concentration(Pomodoro/Zenn)](#concentrationpomodorozenn) + * [Human-readable](#human-readable) + + [bionic reading](#bionic-reading) + * [Scratchpad](#scratchpad) + * [Performance Test](#performance-test) + * [Security](#security) + * [Hex Editor](#hex-editor) + * [Mail](#mail) + * [Calendar](#calendar) + * [Presentation](#presentation) + * [EDITOR](#editor) + * [Tutorial](#tutorial) + * [Analytics](#analytics) + + [Code::Stats](#codestats) + * [Update check](#update-check) + * [Font](#font) + * [Emoji](#emoji) + * [Keyboard Layout](#keyboard-layout) +- [Util pack](#util-pack) +- [Patch](#patch) +- [Integration with other apps](#integration-with-other-apps) +- [Language specific](#language-specific) +- [Documentation](#documentation) +- [Neovim Lua Library](#neovim-lua-library) +- [Neovim Lua Development](#neovim-lua-development) +- [Colorscheme](#colorscheme) +- [Neovim Distribution](#neovim-distribution) +- [GUI](#gui) +- [External Tools](#external-tools) +- [Service](#service) +- [Toy](#toy) + + ## [Plugin Manager](./plugin-manager.md) diff --git a/auto-insert.md b/auto-insert.md index 7e5be40..a96a7e5 100644 --- a/auto-insert.md +++ b/auto-insert.md @@ -1,11 +1,14 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Auto insert](#auto-insert) - - [insert pairs](#insert-pairs) - - [endwise](#endwise) - - [Auto insert semicolon](#auto-insert-semicolon) - - [Auto convert](#auto-convert) + + +- [Auto insert](#auto-insert) +- [insert pairs](#insert-pairs) + * [endwise](#endwise) +- [Auto insert semicolon](#auto-insert-semicolon) +- [Auto convert](#auto-convert) + + ## Auto insert diff --git a/buffer_window_tab-management.md b/buffer_window_tab-management.md index d16c937..f8073b6 100644 --- a/buffer_window_tab-management.md +++ b/buffer_window_tab-management.md @@ -1,29 +1,32 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Buffer, Window, Tab Management](#buffer-window-tab-management) - - [Buffer](#buffer) - - [Buffer Selector](#buffer-selector) - - [Other Buffer Switcher](#other-buffer-switcher) - - [Buffer Management](#buffer-management) - - [create](#create) - - [open](#open) - - [recent file](#recent-file) - - [remote open](#remote-open) - - [delete](#delete) - - [access control](#access-control) - - [Scratch Buffer](#scratch-buffer) - - [Window](#window) - - [Window Switcher](#window-switcher) - - [Window Management](#window-management) - - [swap](#swap) - - [layout](#layout) - - [resize](#resize) - - [maximize](#maximize) - - [focus](#focus) - - [animation](#animation) - - [Tab](#tab) - - [select](#select) + + +- [Buffer, Window, Tab Management](#buffer-window-tab-management) +- [Buffer](#buffer) + * [Buffer Selector](#buffer-selector) + * [Other Buffer Switcher](#other-buffer-switcher) + * [Buffer Management](#buffer-management) + + [create](#create) + + [open](#open) + - [recent file](#recent-file) + - [remote open](#remote-open) + + [delete](#delete) + + [access control](#access-control) + * [Scratch Buffer](#scratch-buffer) +- [Window](#window) + * [Window Switcher](#window-switcher) + * [Window Management](#window-management) + + [swap](#swap) + + [layout](#layout) + + [resize](#resize) + + [maximize](#maximize) + + [focus](#focus) + * [animation](#animation) +- [Tab](#tab) + * [select](#select) + + ## Buffer, Window, Tab Management diff --git a/bufferline.md b/bufferline.md index a70a931..505e62e 100644 --- a/bufferline.md +++ b/bufferline.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Bufferline](#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) diff --git a/comment.md b/comment.md index 132576f..2eac594 100644 --- a/comment.md +++ b/comment.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Comment out](#comment-out) - - [CommentString](#commentstring) - - [Comment Header](#comment-header) - - [Todo Comment Highlight](#todo-comment-highlight) - - [Special Comment](#special-comment) - - [Annotation](#annotation) + + +- [Comment out](#comment-out) + * [CommentString](#commentstring) + * [Comment Header](#comment-header) +- [Todo Comment Highlight](#todo-comment-highlight) +- [Special Comment](#special-comment) + * [Annotation](#annotation) + + ### Comment out diff --git a/completion.md b/completion.md index 2cae489..e81a81b 100644 --- a/completion.md +++ b/completion.md @@ -1,17 +1,20 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Auto Completion](#auto-completion) - - [Auto Completion Plugin](#auto-completion-plugin) - - [Made in Lua](#made-in-lua) - - [Made in Python](#made-in-python) - - [Made in Rust](#made-in-rust) - - [nvim-cmp extension](#nvim-cmp-extension) - - [nvim-cmp sources](#nvim-cmp-sources) - - [nvim-cmp comparator](#nvim-cmp-comparator) - - [Auto Completion support](#auto-completion-support) - - [AI Completion](#ai-completion) - - [Standard Completion](#standard-completion) + + +- [Auto Completion](#auto-completion) + * [Auto Completion Plugin](#auto-completion-plugin) + + [Made in Lua](#made-in-lua) + + [Made in Python](#made-in-python) + + [Made in Rust](#made-in-rust) + * [nvim-cmp extension](#nvim-cmp-extension) + + [nvim-cmp sources](#nvim-cmp-sources) + + [nvim-cmp comparator](#nvim-cmp-comparator) + * [Auto Completion support](#auto-completion-support) +- [AI Completion](#ai-completion) +- [Standard Completion](#standard-completion) + + ## Auto Completion diff --git a/concentration.md b/concentration.md index 64a9966..54b37a6 100644 --- a/concentration.md +++ b/concentration.md @@ -1,10 +1,13 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Pomodoro](#pomodoro) - - [Alarm](#alarm) - - [Do Not Disturb](#do-not-disturb) - - [Zen Mode](#zen-mode) + + +- [Pomodoro](#pomodoro) +- [Alarm](#alarm) +- [Do Not Disturb](#do-not-disturb) +- [Zen Mode](#zen-mode) + + ## Pomodoro diff --git a/debugger_repl.md b/debugger_repl.md index dd6c587..707a078 100644 --- a/debugger_repl.md +++ b/debugger_repl.md @@ -1,13 +1,16 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Debug](#debug) - - [Debugger](#debugger) - - [nvim-dap extension](#nvim-dap-extension) - - [REPL](#repl) - - [Refactoring,Debugging](#refactoringdebugging) - - [print debug](#print-debug) - - [stack trace analyze](#stack-trace-analyze) + + +- [Debug](#debug) + * [Debugger](#debugger) + + [nvim-dap extension](#nvim-dap-extension) + * [REPL](#repl) + * [Refactoring,Debugging](#refactoringdebugging) + + [print debug](#print-debug) + + [stack trace analyze](#stack-trace-analyze) + + ## Debug diff --git a/documentation.md b/documentation.md index 44a5538..5827df6 100644 --- a/documentation.md +++ b/documentation.md @@ -1,26 +1,29 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Documentation](#documentation) - - [Markdown](#markdown) - - [Markdown link](#markdown-link) - - [Markdown header](#markdown-header) - - [Markdown preview](#markdown-preview) - - [Markdown code block](#markdown-code-block) - - [Markdown evaluate code](#markdown-evaluate-code) - - [Styling](#styling) - - [Markdown checkbox](#markdown-checkbox) - - [Markdown list](#markdown-list) - - [Markdown converter](#markdown-converter) - - [PlantUML](#plantuml) - - [AsciiDoc](#asciidoc) - - [Pandoc](#pandoc) - - [Vimdoc](#vimdoc) - - [Tex](#tex) - - [BiBTex](#bibtex) - - [Copyright](#copyright) - - [Quarto](#quarto) - - [Gist](#gist) + + +- [Documentation](#documentation) + * [Markdown](#markdown) + + [Markdown link](#markdown-link) + + [Markdown header](#markdown-header) + + [Markdown preview](#markdown-preview) + + [Markdown code block](#markdown-code-block) + + [Markdown evaluate code](#markdown-evaluate-code) + + [Styling](#styling) + + [Markdown checkbox](#markdown-checkbox) + + [Markdown list](#markdown-list) + + [Markdown converter](#markdown-converter) + * [PlantUML](#plantuml) + * [AsciiDoc](#asciidoc) + * [Pandoc](#pandoc) + * [Vimdoc](#vimdoc) + * [Tex](#tex) + + [BiBTex](#bibtex) + * [Copyright](#copyright) + * [Quarto](#quarto) + * [Gist](#gist) + + ## Documentation diff --git a/emoji.md b/emoji.md index dd6d788..5ca540b 100644 --- a/emoji.md +++ b/emoji.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Emoji](#emoji) - - [Emoji FuzzyFinder](#emoji-fuzzyfinder) + + +- [Emoji](#emoji) + * [Emoji FuzzyFinder](#emoji-fuzzyfinder) + + ## Emoji diff --git a/external-tools.md b/external-tools.md index 2ac7999..90f8b54 100644 --- a/external-tools.md +++ b/external-tools.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Color](#color) - - [Luarock](#luarock) + + +- [Color](#color) +- [Luarock](#luarock) + + ## Color diff --git a/filer.md b/filer.md index 5149bc8..53daf75 100644 --- a/filer.md +++ b/filer.md @@ -1,14 +1,17 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Filer](#filer) - - [Simple](#simple) - - [Floating Style](#floating-style) - - [FuzzyFinder Style](#fuzzyfinder-style) - - [Emacs style](#emacs-style) - - [nnn wrapper](#nnn-wrapper) - - [ranger](#ranger) - - [Network File Manager](#network-file-manager) + * [Simple](#simple) + * [Floating Style](#floating-style) + * [FuzzyFinder Style](#fuzzyfinder-style) + * [Emacs style](#emacs-style) + * [nnn wrapper](#nnn-wrapper) + * [ranger](#ranger) + * [Network File Manager](#network-file-manager) + + # Filer diff --git a/fold.md b/fold.md index b306959..978ea3f 100644 --- a/fold.md +++ b/fold.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Fold](#fold) - - [Conceal](#conceal) + + +- [Fold](#fold) +- [Conceal](#conceal) + + ## Fold diff --git a/fuzzy-finder.md b/fuzzy-finder.md index 0d129ae..df52aa4 100644 --- a/fuzzy-finder.md +++ b/fuzzy-finder.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [FuzzyFinder](#fuzzyfinder) - - [Telescope Extensions](#telescope-extensions) - - [Sorter](#sorter) - - [Utils](#utils) - - [Grep](#grep) - - [Integration for another plugin](#integration-for-another-plugin) + + [Telescope Extensions](#telescope-extensions) + - [Sorter](#sorter) + - [Utils](#utils) + - [Grep](#grep) + - [Integration for another plugin](#integration-for-another-plugin) + + # FuzzyFinder diff --git a/git-github.md b/git-github.md index 9aa24c7..b5bb193 100644 --- a/git-github.md +++ b/git-github.md @@ -1,32 +1,35 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Git](#git) - - [lazygit](#lazygit) - - [git clone](#git-clone) - - [git status](#git-status) - - [git add](#git-add) - - [git commit](#git-commit) - - [prefix](#prefix) - - [co authored](#co-authored) - - [git blame](#git-blame) - - [git log](#git-log) - - [git lens](#git-lens) - - [git diff](#git-diff) - - [git rebase](#git-rebase) - - [git conflict](#git-conflict) - - [git open](#git-open) - - [gitignore](#gitignore) - - [git hook](#git-hook) - - [git info](#git-info) - - [search](#search) + * [lazygit](#lazygit) + * [git clone](#git-clone) + * [git status](#git-status) + * [git add](#git-add) + * [git commit](#git-commit) + + [prefix](#prefix) + + [co authored](#co-authored) + * [git blame](#git-blame) + * [git log](#git-log) + * [git lens](#git-lens) + * [git diff](#git-diff) + * [git rebase](#git-rebase) + * [git conflict](#git-conflict) + * [git open](#git-open) + * [gitignore](#gitignore) + * [git hook](#git-hook) + * [git info](#git-info) + * [search](#search) - [GitHub](#github) - - [Features like gh](#features-like-gh) - - [GitHub tweaks](#github-tweaks) - - [Pull Request](#pull-request) - - [Link](#link) - - [Image](#image) - - [grep.app](#grepapp) + * [Features like gh](#features-like-gh) + * [GitHub tweaks](#github-tweaks) + * [Pull Request](#pull-request) + * [Link](#link) + + [Image](#image) + + [grep.app](#grepapp) + + # Git diff --git a/gui.md b/gui.md index 68f00a3..1d7ef07 100644 --- a/gui.md +++ b/gui.md @@ -1,18 +1,21 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [GUI](#gui) - - [Typescript](#typescript) - - [Rust](#rust) - - [Go](#go) - - [C++](#c) - - [Clojure](#clojure) - - [F#](#f) - - [Lua](#lua) - - [MacOS](#macos) - - [VS Code](#vs-code) + * [Typescript](#typescript) + * [Rust](#rust) + * [Go](#go) + * [C++](#c) + * [Clojure](#clojure) + * [F](#f) + * [Lua](#lua) + * [MacOS](#macos) + * [VS Code](#vs-code) - [GUI library](#gui-library) - - [Font size](#font-size) + * [Font size](#font-size) + + # 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) -## 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) diff --git a/image.md b/image.md index 6f67ff6..70d19d7 100644 --- a/image.md +++ b/image.md @@ -1,13 +1,16 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Image](#image) - - [Image Viewer](#image-viewer) - - [Image Paste](#image-paste) - - [Image Uploader](#image-uploader) - - [Screenshot](#screenshot) - - [Code Image](#code-image) - - [Ascii](#ascii) + + +- [Image](#image) + * [Image Viewer](#image-viewer) + * [Image Paste](#image-paste) + * [Image Uploader](#image-uploader) + * [Screenshot](#screenshot) + + [Code Image](#code-image) + * [Ascii](#ascii) + + ## Image diff --git a/integration-apps.md b/integration-apps.md index 9777526..d94802c 100644 --- a/integration-apps.md +++ b/integration-apps.md @@ -1,99 +1,103 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Integration with other apps](#integration-with-other-apps) - - [Browser Integration](#browser-integration) - - [live preview](#live-preview) - - [search](#search) - - [Other Editor](#other-editor) - - [VS Code](#vs-code) - - [Xcode](#xcode) - - [Desktop Integration](#desktop-integration) - - [Development environment](#development-environment) - - [tmux](#tmux) - - [Zellij](#zellij) - - [Docker](#docker) - - [dotenv](#dotenv) - - [Chamber](#chamber) - - [Sphinx](#sphinx) - - [Swagger](#swagger) - - [endpoints.json](#endpointsjson) - - [BQN](#bqn) - - [Skeleton](#skeleton) - - [Shell](#shell) - - [zsh](#zsh) - - [fish](#fish) - - [Terminal](#terminal) - - [Kitty](#kitty) - - [Windows Terminal](#windows-terminal) - - [CLI](#cli) - - [make](#make) - - [Bazel](#bazel) - - [ripgrep](#ripgrep) - - [perf](#perf) - - [dotnet](#dotnet) - - [rsync](#rsync) - - [ctags](#ctags) - - [cheat.sh](#cheatsh) - - [papis](#papis) - - [Zeal](#zeal) - - [Snyk Code](#snyk-code) - - [k8s (Kubernetes)](#k8s-kubernetes) - - [Cloud](#cloud) - - [Terraform](#terraform) - - [Ansible](#ansible) - - [Kustomize](#kustomize) - - [AWS](#aws) - - [S3](#s3) - - [Azure](#azure) - - [Salesforce](#salesforce) - - [dbt](#dbt) - - [sdfcli](#sdfcli) - - [Web](#web) - - [Matrix.org](#matrixorg) - - [Discord](#discord) - - [Slack](#slack) - - [Mastodon](#mastodon) - - [Notion](#notion) - - [Jira](#jira) - - [Google Docs](#google-docs) - - [Twitch](#twitch) - - [Spotify](#spotify) - - [StackOverflow](#stackoverflow) - - [OpenAI](#openai) - - [Otter](#otter) - - [GitLab](#gitlab) - - [Trello](#trello) - - [compiler-explorer](#compiler-explorer) - - [prefix.cc](#prefixcc) - - [haste](#haste) - - [TabNews](#tabnews) - - [OS](#os) - - [Linux](#linux) - - [gnome](#gnome) - - [darkman](#darkman) - - [fribidi](#fribidi) - - [Windows](#windows) - - [Everything](#everything) - - [AutoHotKey](#autohotkey) - - [Mac](#mac) - - [iOS](#ios) - - [Password Manager](#password-manager) - - [IME](#ime) - - [Fcitx](#fcitx) - - [SKK](#skk) - - [Battery](#battery) - - [Audio](#audio) - - [SuperCollider](#supercollider) - - [LilyPond](#lilypond) - - [Hardware](#hardware) - - [Robot](#robot) - - [ROS](#ros) - - [LEGO](#lego) - - [Keyboard](#keyboard) - - [Embedded Software](#embedded-software) - - [Arduino](#arduino) - - [FlipperZero](#flipperzero) + + +- [Integration with other apps](#integration-with-other-apps) + * [Browser Integration](#browser-integration) + + [live preview](#live-preview) + + [search](#search) + * [Other Editor](#other-editor) + + [VS Code](#vs-code) + + [Xcode](#xcode) + * [Desktop Integration](#desktop-integration) + * [Development environment](#development-environment) + + [tmux](#tmux) + + [Zellij](#zellij) + + [Docker](#docker) + + [dotenv](#dotenv) + + [Chamber](#chamber) + + [Sphinx](#sphinx) + + [Swagger](#swagger) + + [endpoints.json](#endpointsjson) + + [BQN](#bqn) + + [Skeleton](#skeleton) + * [Shell](#shell) + + [zsh](#zsh) + + [fish](#fish) + * [Terminal](#terminal) + + [Kitty](#kitty) + + [Windows Terminal](#windows-terminal) + * [CLI](#cli) + + [make](#make) + + [Bazel](#bazel) + + [ripgrep](#ripgrep) + + [perf](#perf) + + [dotnet](#dotnet) + + [rsync](#rsync) + + [ctags](#ctags) + + [cheat.sh](#cheatsh) + + [papis](#papis) + + [Zeal](#zeal) + + [Snyk Code](#snyk-code) + + [k8s (Kubernetes)](#k8s-kubernetes) + * [Cloud](#cloud) + + [Terraform](#terraform) + + [Ansible](#ansible) + + [Kustomize](#kustomize) + + [AWS](#aws) + - [S3](#s3) + + [Azure](#azure) + + [Salesforce](#salesforce) + + [dbt](#dbt) + + [sdfcli](#sdfcli) + * [Web](#web) + + [Matrix.org](#matrixorg) + + [Discord](#discord) + + [Slack](#slack) + + [Mastodon](#mastodon) + + [Notion](#notion) + + [Jira](#jira) + + [Google Docs](#google-docs) + + [Twitch](#twitch) + + [Spotify](#spotify) + + [StackOverflow](#stackoverflow) + + [OpenAI](#openai) + + [Otter](#otter) + + [GitLab](#gitlab) + + [Meilisearch](#meilisearch) + + [Trello](#trello) + + [compiler-explorer](#compiler-explorer) + + [prefix.cc](#prefixcc) + + [haste](#haste) + + [TabNews](#tabnews) + * [OS](#os) + + [Linux](#linux) + - [gnome](#gnome) + - [darkman](#darkman) + - [fribidi](#fribidi) + * [Windows](#windows) + + [Everything](#everything) + + [AutoHotKey](#autohotkey) + * [Mac](#mac) + * [iOS](#ios) + * [Password Manager](#password-manager) + * [IME](#ime) + + [Fcitx](#fcitx) + + [SKK](#skk) + * [Battery](#battery) + * [Audio](#audio) + + [SuperCollider](#supercollider) + + [LilyPond](#lilypond) + * [Hardware](#hardware) + + [Robot](#robot) + - [ROS](#ros) + - [LEGO](#lego) + + [Keyboard](#keyboard) + + [Embedded Software](#embedded-software) + - [Arduino](#arduino) + - [FlipperZero](#flipperzero) + + ## Integration with other apps diff --git a/jump.md b/jump.md index aa7cc27..1151690 100644 --- a/jump.md +++ b/jump.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Jump](#jump) - - [Jump number](#jump-number) - - [Go to File](#go-to-file) - - [jumplist](#jumplist) - - [Edit History](#edit-history) - - [Cursor Position History](#cursor-position-history) + + +- [Jump](#jump) +- [Jump number](#jump-number) +- [Go to File](#go-to-file) + * [jumplist](#jumplist) + * [Edit History](#edit-history) + * [Cursor Position History](#cursor-position-history) + + ## Jump diff --git a/language-specific.md b/language-specific.md index b33f420..00ae40f 100644 --- a/language-specific.md +++ b/language-specific.md @@ -1,86 +1,89 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Language specific](#language-specific) - - [Programing Language / Framework](#programing-language--framework) - - [Javascript/Typescript](#javascripttypescript) + * [Programing Language / Framework](#programing-language--framework) + + [Javascript/Typescript](#javascripttypescript) - [Formatter](#formatter) - [Test](#test) - [npm](#npm) - - [HTML](#html) + + [HTML](#html) - [conceal](#conceal) - [live server](#live-server) - - [CSS](#css) + + [CSS](#css) - [tailwind](#tailwind) - [Bulma](#bulma) - - [HTTP](#http) - - [REST](#rest) - - [Protocol buffer](#protocol-buffer) - - [Hurl](#hurl) - - [Graphql](#graphql) - - [React](#react) - - [Deno](#deno) - - [Bun](#bun) - - [mjml](#mjml) - - [Python](#python) - - [test](#test-1) + + [HTTP](#http) + + [REST](#rest) + + [Protocol buffer](#protocol-buffer) + + [Hurl](#hurl) + + [Graphql](#graphql) + + [React](#react) + + [Deno](#deno) + + [Bun](#bun) + + [mjml](#mjml) + + [Python](#python) + - [test](#test) - [REPL](#repl) - [build manager](#build-manager) - [venv](#venv) - [Jupyter](#jupyter) - [Scrapy](#scrapy) - - [Ruby](#ruby) + + [Ruby](#ruby) - [Rails](#rails) - - [Nix](#nix) - - [PHP](#php) + + [Nix](#nix) + + [PHP](#php) - [Laravel](#laravel) - - [Lua](#lua) - - [Luau](#luau) - - [Rust](#rust) - - [Go](#go) + + [Lua](#lua) + + [Luau](#luau) + + [Rust](#rust) + + [Go](#go) - [gofmt](#gofmt) - - [Test](#test-2) - - [C/C++](#cc) + - [Test](#test-1) + + [C/C++](#cc) - [Cmake](#cmake) - - [Zig](#zig) - - [C #](#c-) - - [Java](#java) - - [Scala](#scala) - - [Dart, Flutter](#dart-flutter) - - [Clojure](#clojure) - - [Elixir](#elixir) - - [Haskell](#haskell) - - [Lisp](#lisp) - - [Shellscript(bash)](#shellscriptbash) - - [Nushell](#nushell) - - [F #](#f-) - - [Cairo](#cairo) - - [Agda](#agda) - - [Monkey](#monkey) - - [GNU APL](#gnu-apl) - - [Godot](#godot) - - [Moonscript](#moonscript) - - [Cell](#cell) - - [sylt](#sylt) - - [Cyber](#cyber) - - [Tcl/Tk](#tcltk) - - [Prolog](#prolog) - - [Brainfuck](#brainfuck) - - [Configuration File](#configuration-file) - - [JSON](#json) - - [YAML](#yaml) - - [dotbox](#dotbox) - - [CSV](#csv) - - [OpenAPI](#openapi) - - [Database](#database) + + [Zig](#zig) + + [C](#c) + + [Java](#java) + + [Scala](#scala) + + [Dart, Flutter](#dart-flutter) + + [Clojure](#clojure) + + [Elixir](#elixir) + + [Haskell](#haskell) + + [Lisp](#lisp) + + [Shellscript(bash)](#shellscriptbash) + + [Nushell](#nushell) + + [F](#f) + + [Cairo](#cairo) + + [Agda](#agda) + + [Monkey](#monkey) + + [GNU APL](#gnu-apl) + + [Godot](#godot) + + [Moonscript](#moonscript) + + [Cell](#cell) + + [sylt](#sylt) + + [Cyber](#cyber) + + [Tcl/Tk](#tcltk) + + [Prolog](#prolog) + + [Brainfuck](#brainfuck) + * [Configuration File](#configuration-file) + + [JSON](#json) + + [YAML](#yaml) + + [dotbox](#dotbox) + + [CSV](#csv) + + [OpenAPI](#openapi) + + [Database](#database) - [SQL](#sql) - [PostgreSQL](#postgresql) - [MongoDB](#mongodb) - - [Jenkins](#jenkins) - - [Drools Rule Language](#drools-rule-language) + + [Jenkins](#jenkins) + + [Drools Rule Language](#drools-rule-language) - [Competitive programming](#competitive-programming) - [Technical interviews](#technical-interviews) - - [LeetCode](#leetcode) + * [LeetCode](#leetcode) + + # 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) - [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) @@ -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) -### 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) diff --git a/linter_formatter.md b/linter_formatter.md index 69850f0..5c44c8e 100644 --- a/linter_formatter.md +++ b/linter_formatter.md @@ -1,10 +1,13 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Formatting config](#formatting-config) - - [Formatter](#formatter) - - [Trim Whitespace](#trim-whitespace) - - [Lint](#lint) + + +- [Formatting config](#formatting-config) +- [Formatter](#formatter) + * [Trim Whitespace](#trim-whitespace) +- [Lint](#lint) + + ## Formatting config diff --git a/lsp.md b/lsp.md index 59d7563..ac22e76 100644 --- a/lsp.md +++ b/lsp.md @@ -1,22 +1,25 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [LSP](#lsp) - - [LSP Installer](#lsp-installer) - - [LSP Feature Extension UI](#lsp-feature-extension-ui) - - [Diagnostics](#diagnostics) - - [Definition, Reference](#definition-reference) - - [Code action](#code-action) - - [Hint](#hint) - - [Hover Doc](#hover-doc) - - [Formatting](#formatting) - - [Rename](#rename) - - [Semantic Token](#semantic-token) - - [LSP Progress](#lsp-progress) - - [Local LSP Config](#local-lsp-config) - - [Disable/Enable](#disableenable) - - [Pre-configuration](#pre-configuration) - - [Backwards Compatibility](#backwards-compatibility) + + +- [LSP](#lsp) + * [LSP Installer](#lsp-installer) + * [LSP Feature Extension UI](#lsp-feature-extension-ui) + + [Diagnostics](#diagnostics) + + [Definition, Reference](#definition-reference) + + [Code action](#code-action) + + [Hint](#hint) + + [Hover Doc](#hover-doc) + + [Formatting](#formatting) + + [Rename](#rename) + + [Semantic Token](#semantic-token) + * [LSP Progress](#lsp-progress) + * [Local LSP Config](#local-lsp-config) +- [Disable/Enable](#disableenable) +- [Pre-configuration](#pre-configuration) +- [Backwards Compatibility](#backwards-compatibility) + + ## LSP diff --git a/mapping.md b/mapping.md index b947293..2d31664 100644 --- a/mapping.md +++ b/mapping.md @@ -1,11 +1,14 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Keymap](#keymap) - - [Bracket](#bracket) - - [Mapping search](#mapping-search) - - [Prefix Key Binding](#prefix-key-binding) - - [Mapping toggle](#mapping-toggle) + * [Bracket](#bracket) + * [Mapping search](#mapping-search) + * [Prefix Key Binding](#prefix-key-binding) + * [Mapping toggle](#mapping-toggle) + + # Keymap diff --git a/mark.md b/mark.md index a75a7e2..2c16893 100644 --- a/mark.md +++ b/mark.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Mark](#mark) - - [sign](#sign) - - [Jump](#jump) - - [floating marker(easymotion style)](#floating-markereasymotion-style) - - [bookmark](#bookmark) - - [etc](#etc) + + +- [Mark](#mark) + * [sign](#sign) + * [Jump](#jump) + * [floating marker(easymotion style)](#floating-markereasymotion-style) + * [bookmark](#bookmark) + * [etc](#etc) + + ## Mark diff --git a/motion.md b/motion.md index 1b152a5..5310ba0 100644 --- a/motion.md +++ b/motion.md @@ -1,17 +1,20 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Motion](#motion) - - [j/k](#jk) - - [Scrolling](#scrolling) - - [Smooth scroll](#smooth-scroll) - - [Label Jump (Easymotion style)](#label-jump-easymotion-style) - - [Horizontal Move](#horizontal-move) - - [Show jump word](#show-jump-word) - - [Vertical Move](#vertical-move) - - [Word Motion](#word-motion) - - [Line Move](#line-move) - - [Paragraph](#paragraph) + + +- [Motion](#motion) + * [j/k](#jk) + + [Scrolling](#scrolling) + * [Smooth scroll](#smooth-scroll) + * [Label Jump (Easymotion style)](#label-jump-easymotion-style) + * [Horizontal Move](#horizontal-move) + + [Show jump word](#show-jump-word) + * [Vertical Move](#vertical-move) + * [Word Motion](#word-motion) + * [Line Move](#line-move) + * [Paragraph](#paragraph) + + ## Motion diff --git a/neovim-lua-development.md b/neovim-lua-development.md index b5f48c5..1698bb4 100644 --- a/neovim-lua-development.md +++ b/neovim-lua-development.md @@ -1,30 +1,33 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Lua Development](#lua-development) - - [Plugin Template](#plugin-template) - - [LSP](#lsp) - - [Lint](#lint) - - [Formatter](#formatter) - - [GitHub Actions](#github-actions) - - [Neovim Lua Development](#neovim-lua-development) - - [Neovim Lua REPL](#neovim-lua-repl) - - [Development Tools](#development-tools) - - [Log](#log) - - [Print](#print) - - [Debug](#debug) - - [Testing](#testing) - - [Help](#help) - - [runtimepath](#runtimepath) - - [Fennel](#fennel) - - [Rust](#rust) - - [FFI](#ffi) - - [Colorscheme Creation](#colorscheme-creation) - - [Color Creation](#color-creation) - - [Color Export](#color-export) - - [Profiler](#profiler) - - [CI](#ci) - - [Actions](#actions) + + +- [Lua Development](#lua-development) + * [Plugin Template](#plugin-template) + * [LSP](#lsp) + * [Lint](#lint) + * [Formatter](#formatter) + * [GitHub Actions](#github-actions) +- [Neovim Lua Development](#neovim-lua-development) +- [Neovim Lua REPL](#neovim-lua-repl) +- [Development Tools](#development-tools) +- [Log](#log) +- [Print](#print) +- [Debug](#debug) +- [Testing](#testing) +- [Help](#help) +- [runtimepath](#runtimepath) +- [Fennel](#fennel) +- [Rust](#rust) +- [FFI](#ffi) +- [Colorscheme Creation](#colorscheme-creation) +- [Color Creation](#color-creation) +- [Color Export](#color-export) +- [Profiler](#profiler) +- [CI](#ci) + * [Actions](#actions) + + ## Lua Development diff --git a/neovim-lua-library.md b/neovim-lua-library.md index ffb56ee..6db6d60 100644 --- a/neovim-lua-library.md +++ b/neovim-lua-library.md @@ -1,39 +1,42 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Table](#table) - - [Class](#class) - - [Log](#log) - - [async](#async) - - [Coroutine](#coroutine) - - [File](#file) - - [UI](#ui) - - [Notification](#notification) - - [vim.ui.select/vim.ui.input](#vimuiselectvimuiinput) - - [Popup](#popup) - - [Animation](#animation) - - [FuzzyFinder](#fuzzyfinder) - - [Spinner](#spinner) - - [Error handling](#error-handling) - - [Assert](#assert) - - [Time](#time) - - [Net](#net) - - [Curl](#curl) - - [REST](#rest) - - [GRPC](#grpc) - - [WebSocket](#websocket) - - [JSON](#json) - - [Require](#require) - - [Hook](#hook) - - [Mode](#mode) - - [Keymap](#keymap) - - [autocmd](#autocmd) - - [Icon](#icon) - - [Unicode](#unicode) - - [Mathematics](#mathematics) - - [Treesitter](#treesitter) - - [Enhanced Standard Features](#enhanced-standard-features) - - [Util wrapper](#util-wrapper) + + +- [Table](#table) +- [Class](#class) +- [Log](#log) +- [async](#async) +- [Coroutine](#coroutine) +- [File](#file) +- [UI](#ui) + * [Notification](#notification) + * [vim.ui.select/vim.ui.input](#vimuiselectvimuiinput) + * [Popup](#popup) + * [Animation](#animation) + * [FuzzyFinder](#fuzzyfinder) + * [Spinner](#spinner) +- [Error handling](#error-handling) +- [Assert](#assert) +- [Time](#time) +- [Net](#net) + * [Curl](#curl) + * [REST](#rest) + * [GRPC](#grpc) + * [WebSocket](#websocket) +- [JSON](#json) +- [Require](#require) +- [Hook](#hook) +- [Mode](#mode) +- [Keymap](#keymap) +- [autocmd](#autocmd) +- [Icon](#icon) +- [Unicode](#unicode) +- [Mathematics](#mathematics) +- [Treesitter](#treesitter) +- [Enhanced Standard Features](#enhanced-standard-features) +- [Util wrapper](#util-wrapper) + + ## Table diff --git a/note-taking.md b/note-taking.md index b84c41c..fec9fde 100644 --- a/note-taking.md +++ b/note-taking.md @@ -1,20 +1,23 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Note Taking](#note-taking) - - [Org mode](#org-mode) - - [Zettelkasten](#zettelkasten) - - [Markdown](#markdown) - - [ToDo](#todo) - - [Obsidian](#obsidian) - - [Google Keep](#google-keep) - - [Dendron](#dendron) - - [BibleGateway](#biblegateway) - - [Wiki](#wiki) - - [VimWiki](#vimwiki) - - [Scratch Buffer](#scratch-buffer) - - [inline note](#inline-note) - - [etc](#etc) + * [Org mode](#org-mode) + * [Zettelkasten](#zettelkasten) + * [Markdown](#markdown) + * [ToDo](#todo) + * [Obsidian](#obsidian) + * [Google Keep](#google-keep) + * [Dendron](#dendron) + * [BibleGateway](#biblegateway) + * [Wiki](#wiki) + * [VimWiki](#vimwiki) + * [Scratch Buffer](#scratch-buffer) + * [inline note](#inline-note) + * [etc](#etc) + + # Note Taking diff --git a/package-manager.md b/package-manager.md index 69d59f5..83b957e 100644 --- a/package-manager.md +++ b/package-manager.md @@ -1,9 +1,13 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Package Manager](#package-manager) - - [LSP, DAP, linter, formatter](#lsp-dap-linter-formatter) - - [Luarock](#luarock) + + +- [Package Manager](#package-manager) + * [LSP, DAP, linter, formatter](#lsp-dap-linter-formatter) + + [formatter](#formatter) + * [Luarock](#luarock) + + ## Package Manager diff --git a/plugin-manager.md b/plugin-manager.md index 9c50a7f..d6c9980 100644 --- a/plugin-manager.md +++ b/plugin-manager.md @@ -1,10 +1,13 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Plugin Manager](#plugin-manager) - - [Add runtime path (vim-plug like)](#add-runtime-path-vim-plug-like) - - [Use builtin package feature](#use-builtin-package-feature) - - [Update checker](#update-checker) + + +- [Plugin Manager](#plugin-manager) + * [Add runtime path (vim-plug like)](#add-runtime-path-vim-plug-like) + * [Use builtin package feature](#use-builtin-package-feature) + * [Update checker](#update-checker) + + ## Plugin Manager diff --git a/project.md b/project.md index 82ed650..fe2a722 100644 --- a/project.md +++ b/project.md @@ -1,11 +1,14 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Project](#project) - - [Project Switcher](#project-switcher) - - [Project Root Detector](#project-root-detector) - - [Project Local Config](#project-local-config) - - [Config switcher](#config-switcher) + + +- [Project](#project) + * [Project Switcher](#project-switcher) + * [Project Root Detector](#project-root-detector) + * [Project Local Config](#project-local-config) + * [Config switcher](#config-switcher) + + ### Project diff --git a/quickfix_location.md b/quickfix_location.md index fef6070..02ce0f7 100644 --- a/quickfix_location.md +++ b/quickfix_location.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Quickfix](#quickfix) - - [Location](#location) + + +- [Quickfix](#quickfix) +- [Location](#location) + + ## Quickfix diff --git a/search_replace_grep_select.md b/search_replace_grep_select.md index 365523d..e51f4e5 100644 --- a/search_replace_grep_select.md +++ b/search_replace_grep_select.md @@ -1,19 +1,22 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Search](#search) - - [Line search](#line-search) - - [n/N Improvement](#nn-improvement) - - [Search count](#search-count) - - [Comment search](#comment-search) - - [Search highlight](#search-highlight) - - [Visual search](#visual-search) + * [Line search](#line-search) + * [n/N Improvement](#nn-improvement) + * [Search count](#search-count) + * [Comment search](#comment-search) + * [Search highlight](#search-highlight) + * [Visual search](#visual-search) - [Replace](#replace) - [Grep](#grep) - [Select](#select) - - [narrowing](#narrowing) - - [Multi Cursor](#multi-cursor) - - [Incremental selection](#incremental-selection) + * [narrowing](#narrowing) + * [Multi Cursor](#multi-cursor) + * [Incremental selection](#incremental-selection) + + # Search diff --git a/service.md b/service.md index c8cd896..04f2b4a 100644 --- a/service.md +++ b/service.md @@ -1,8 +1,11 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Online Help](#online-help) - - [Embed Neovim](#embed-neovim) + + +- [Online Help](#online-help) +- [Embed Neovim](#embed-neovim) + + ## Online Help diff --git a/session.md b/session.md index a499ab7..f3b3a2a 100644 --- a/session.md +++ b/session.md @@ -1,9 +1,12 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Session](#session) - - [Session Selector](#session-selector) - - [Cursor Position](#cursor-position) + * [Session Selector](#session-selector) + * [Cursor Position](#cursor-position) + + # Session diff --git a/snippet_template.md b/snippet_template.md index 8e7266e..aad698b 100644 --- a/snippet_template.md +++ b/snippet_template.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Snippet](#snippet) - - [Snippet definitions](#snippet-definitions) - - [Snippet converter](#snippet-converter) - - [Snippet view](#snippet-view) - - [Emmet](#emmet) - - [Template](#template) + + +- [Snippet](#snippet) + * [Snippet definitions](#snippet-definitions) + * [Snippet converter](#snippet-converter) + * [Snippet view](#snippet-view) +- [Emmet](#emmet) +- [Template](#template) + + ### Snippet diff --git a/statusline.md b/statusline.md index 73cf4d6..94d3f73 100644 --- a/statusline.md +++ b/statusline.md @@ -1,10 +1,13 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Statusline](#statusline) - - [Simple](#simple) - - [Special Features](#special-features) - - [Statusline component](#statusline-component) + + [Simple](#simple) + + [Special Features](#special-features) + * [Statusline component](#statusline-component) + + # Statusline diff --git a/syntax_highlight.md b/syntax_highlight.md index 6a0da85..bee40b1 100644 --- a/syntax_highlight.md +++ b/syntax_highlight.md @@ -1,16 +1,19 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Highlight](#highlight) - - [Syntax](#syntax) - - [Colorizer](#colorizer) - - [ANSI Colorize](#ansi-colorize) - - [Colorscheme switcher](#colorscheme-switcher) - - [Color name](#color-name) - - [Long line highlight](#long-line-highlight) - - [Current word highlight](#current-word-highlight) - - [Multiple word highlight](#multiple-word-highlight) - - [Jump highlight](#jump-highlight) + + +- [Highlight](#highlight) +- [Syntax](#syntax) + * [Colorizer](#colorizer) + * [ANSI Colorize](#ansi-colorize) + * [Colorscheme switcher](#colorscheme-switcher) + * [Color name](#color-name) + * [Long line highlight](#long-line-highlight) + * [Current word highlight](#current-word-highlight) + * [Multiple word highlight](#multiple-word-highlight) + * [Jump highlight](#jump-highlight) + + ## Highlight diff --git a/task-runner.md b/task-runner.md index 256dfe3..d6ff41c 100644 --- a/task-runner.md +++ b/task-runner.md @@ -1,17 +1,20 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Task Runner](#task-runner) - - [Config file style](#config-file-style) - - [JSON](#json) - - [YAML](#yaml) - - [Lua](#lua) - - [Shell](#shell) - - [Command style](#command-style) - - [Auto detect style](#auto-detect-style) - - [CLI](#cli) - - [Partial execution](#partial-execution) - - [Monitor](#monitor) + * [Config file style](#config-file-style) + + [JSON](#json) + + [YAML](#yaml) + + [Lua](#lua) + + [Shell](#shell) + * [Command style](#command-style) + * [Auto detect style](#auto-detect-style) + * [CLI](#cli) + * [Partial execution](#partial-execution) + * [Monitor](#monitor) + + # Task Runner diff --git a/terminal.md b/terminal.md index e0e2882..ea2c0e7 100644 --- a/terminal.md +++ b/terminal.md @@ -1,13 +1,16 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Terminal](#terminal) - - [Terminal Enhancement](#terminal-enhancement) - - [Open](#open) - - [Edit](#edit) - - [External terminal](#external-terminal) - - [Terminal Selector](#terminal-selector) - - [Neovim in Neovim](#neovim-in-neovim) + + +- [Terminal](#terminal) + * [Terminal Enhancement](#terminal-enhancement) + * [Open](#open) + * [Edit](#edit) + * [External terminal](#external-terminal) + * [Terminal Selector](#terminal-selector) + * [Neovim in Neovim](#neovim-in-neovim) + + ## Terminal diff --git a/test.md b/test.md index 2a561f1..97f63ce 100644 --- a/test.md +++ b/test.md @@ -1,9 +1,12 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Test](#test) - - [Neotest adapter](#neotest-adapter) - - [Test Coverage](#test-coverage) + + +- [Test](#test) + * [Neotest adapter](#neotest-adapter) +- [Test Coverage](#test-coverage) + + ## Test diff --git a/textobject_operator.md b/textobject_operator.md index 35759ba..a1e1dcb 100644 --- a/textobject_operator.md +++ b/textobject_operator.md @@ -1,12 +1,15 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Textobject](#textobject) - - [Unit](#unit) - - [Swap](#swap) - - [Move](#move) - - [Surround](#surround) - - [Operator](#operator) + + +- [Textobject](#textobject) + * [Unit](#unit) + * [Swap](#swap) + * [Move](#move) + * [Surround](#surround) +- [Operator](#operator) + + ## Textobject diff --git a/toy.md b/toy.md index f5487c0..66644bb 100644 --- a/toy.md +++ b/toy.md @@ -1,20 +1,23 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Toy](#toy) - - [Joke](#joke) - - [Pet](#pet) - - [Image](#image) - - [Video](#video) - - [Game](#game) + * [Joke](#joke) + * [Pet](#pet) + * [Image](#image) + * [Video](#video) + * [Game](#game) - [Typing](#typing) - - [Gesture](#gesture) - - [Weather](#weather) - - [Stock price](#stock-price) - - [Study](#study) - - [Music](#music) - - [Recording](#recording) - - [Screen server](#screen-server) + * [Gesture](#gesture) + * [Weather](#weather) + * [Stock price](#stock-price) + * [Study](#study) + * [Music](#music) + + [Recording](#recording) + * [Screen server](#screen-server) + + # Toy diff --git a/treesitter.md b/treesitter.md index de4df5e..addf829 100644 --- a/treesitter.md +++ b/treesitter.md @@ -1,7 +1,10 @@ # Table of Contents -- [Table of Contents](#table-of-contents) - - [Treesitter](#treesitter) + + +- [Treesitter](#treesitter) + + ## Treesitter diff --git a/yank_paste.md b/yank_paste.md index 336542b..317feb8 100644 --- a/yank_paste.md +++ b/yank_paste.md @@ -1,12 +1,16 @@ # Table of Contents -- [Table of Contents](#table-of-contents) + + - [Yank](#yank) - - [Register Selector](#register-selector) - - [OSC52](#osc52) + * [Register Selector](#register-selector) + * [OSC52](#osc52) - [Paste](#paste) - - [Wise paste](#wise-paste) - - [Cyclic paste](#cyclic-paste) + * [Wise paste](#wise-paste) + * [Cyclic paste](#cyclic-paste) + * [Mac](#mac) + + # Yank