https://github.com/yutkat/my-neovim-pluginlist
My personal list of Neovim plugins
https://github.com/yutkat/my-neovim-pluginlist
List: my-neovim-pluginlist
awesome-list github-pages neovim neovim-plugins
Last synced: 13 days ago
JSON representation
My personal list of Neovim plugins
- Host: GitHub
- URL: https://github.com/yutkat/my-neovim-pluginlist
- Owner: yutkat
- License: other
- Created: 2022-04-17T14:53:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T01:40:34.000Z (13 days ago)
- Last Synced: 2025-05-15T02:34:01.592Z (13 days ago)
- Topics: awesome-list, github-pages, neovim, neovim-plugins
- Language: HTML
- Homepage: https://yutkat.github.io/my-neovim-pluginlist/
- Size: 6 MB
- Stars: 745
- Watchers: 10
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: security.md
Awesome Lists containing this project
- ultimate-awesome - my-neovim-pluginlist - My personal list of Neovim plugins. (Programming Language Lists / Lua Lists)
README
# Table of Contents
- [Plugin Manager](#plugin-manager)
- [Completion](#completion)
- [LSP](#lsp)
- [Treesitter](#treesitter)
- [Fuzzy Finder](#fuzzy-finder)
- [Filer](#filer)
- [View](#view)
* [Syntax / Highlight](#syntax--highlight)
* [Statusline](#statusline)
* [Bufferline](#bufferline)
* [Tabline](#tabline)
* [winbar](#winbar)
* [statuscolumn](#statuscolumn)
* [Cursor](#cursor)
* [Cursorline / Columnline](#cursorline--columnline)
* [Window Separators](#window-separators)
* [Screen position](#screen-position)
* [Wrap line](#wrap-line)
* [modeline](#modeline)
* [Mode](#mode)
* [Scrollbar](#scrollbar)
* [Appearance](#appearance)
* [Highlight current function](#highlight-current-function)
* [listchars](#listchars)
* [Background](#background)
- [Buffer](#buffer)
- [Window](#window)
- [Tab](#tab)
- [Terminal](#terminal)
- [Motion](#motion)
- [Jump](#jump)
- [Set Option](#set-option)
- [Editing support](#editing-support)
* [Select Edit](#select-edit)
* [Insert](#insert)
+ [Smart Tab](#smart-tab)
* [Auto Insert](#auto-insert)
* [matchparen](#matchparen)
* [matchadd](#matchadd)
* [Eval](#eval)
* [Convert](#convert)
* [Indent](#indent)
* [Align](#align)
* [TextObject, Operator](#textobject-operator)
* [Parenthetical edit](#parenthetical-edit)
* [Edit Prediction](#edit-prediction)
* [Large file](#large-file)
* [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)
* [Command Line](#command-line)
* [Spell check](#spell-check)
* [Dictionary](#dictionary)
* [digraph](#digraph)
* [Abbreviation](#abbreviation)
* [Quickfix / Location](#quickfix--location)
* [Directory](#directory)
* [filetype](#filetype)
* [Macro](#macro)
* [Environment Variable](#environment-variable)
* [Errorformat](#errorformat)
* [Message / Notification](#message--notification)
* [Help](#help)
* [Save&Backup](#savebackup)
* [Startup](#startup)
* [Session](#session)
* [Mouse](#mouse)
- [Coding](#coding)
* [Readable Assistant](#readable-assistant)
* [Function Arguments](#function-arguments)
* [Comment Out](#comment-out)
+ [Context Header](#context-header)
* [Linter / Formatter](#linter--formatter)
* [Import](#import)
* [Regex](#regex)
* [Generate documentation](#generate-documentation)
* [Code outline](#code-outline)
* [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)
* [Popup Info](#popup-info)
* [Uptime](#uptime)
* [File Handling](#file-handling)
* [Reload Configuration](#reload-configuration)
* [Package Manager](#package-manager)
* [VS Code features](#vs-code-features)
* [Image](#image)
* [Schedule](#schedule)
* [Key stroke](#key-stroke)
* [Concentration(Pomodoro/Zenn)](#concentrationpomodorozenn)
* [Security](#security)
* [Hex](#hex)
* [Office Tools](#office-tools)
* [EDITOR](#editor)
* [Analytics](#analytics)
* [RSS](#rss)
+ [Code::Stats](#codestats)
* [Checker](#checker)
* [Font / Emoji](#font--emoji)
* [TTS (text-to-speech)](#tts-text-to-speech)
- [Util pack](#util-pack)
- [Integration with other apps](#integration-with-other-apps)
* [Web Browser](#web-browser)
* [Web Service](#web-service)
* [CLI](#cli)
* [AI](#ai)
* [OS](#os)
* [Hardware](#hardware)
- [Language specific](#language-specific)
* [Lua](#lua)
* [Javascript/Typescript](#javascripttypescript)
* [Python](#python)
* [Ruby](#ruby)
* [C/C++](#cc)
* [Java](#java)
* [Go](#go)
* [Rust](#rust)
* [PHP](#php)
* [Game Engine](#game-engine)
- [Configuration File](#configuration-file)
- [Database](#database)
- [Protocol](#protocol)
- [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)
- [Music](#music)
- [Animation](#animation)
- [Toy](#toy)
* [Game](#game)## [Plugin Manager](./plugin-manager.md)
## [Completion](./completion.md)
## [LSP](./lsp.md)
## [Treesitter](./treesitter.md)
## [Fuzzy Finder](./fuzzy-finder.md)
## [Filer](./filer.md)
## View
- [OXY2DEV/bars.nvim](https://github.com/OXY2DEV/bars.nvim)   
### [Syntax / Highlight](./syntax_highlight.md)
### [Statusline](./statusline.md)
### [Bufferline](./bufferline.md)
### [Tabline](./tabline.md)
### [winbar](./winbar.md)
### statuscolumn
- [luukvbaal/statuscol.nvim](https://github.com/luukvbaal/statuscol.nvim)   
- [ElPiloto/significant.nvim](https://github.com/ElPiloto/significant.nvim)   
- [tombell/hem.nvim](https://github.com/tombell/hem.nvim)   ### [Cursor](./cursor.md)
### [Cursorline / Columnline](./cursorline_columnline.md)
### Window Separators
- [nvim-zh/colorful-winsep.nvim](https://github.com/nvim-zh/colorful-winsep.nvim)   
- [A-Lamia/spotlight.nvim](https://github.com/A-Lamia/spotlight.nvim)   ### Screen position
- [vvvvv/yfix.nvim](https://github.com/vvvvv/yfix.nvim)   
- [Aasim-A/scrollEOF.nvim](https://github.com/Aasim-A/scrollEOF.nvim)   
- [MagnetizedFreckles/centerscroll.nvim](https://github.com/MagnetizedFreckles/centerscroll.nvim)   
- [LZDQ/nvim-autocenter](https://github.com/LZDQ/nvim-autocenter)   ### Wrap line
- [andrewferrier/wrapping.nvim](https://github.com/andrewferrier/wrapping.nvim)   
- [benlubas/wrapping-paper.nvim](https://github.com/benlubas/wrapping-paper.nvim)   
- [rlychrisg/truncateline.nvim](https://github.com/rlychrisg/truncateline.nvim)   ### modeline
- [RoBaertschi/modeline2.nvim](https://github.com/RoBaertschi/modeline2.nvim)   
### [Mode](./mode.md)
### [Scrollbar](./scrollbar.md)
### [Appearance](./appearance.md)
### Highlight current function
- [folke/twilight.nvim](https://github.com/folke/twilight.nvim)   
- [koenverburg/peepsight.nvim](https://github.com/koenverburg/peepsight.nvim)   ### listchars
- [fraso-dev/nvim-listchars](https://github.com/fraso-dev/nvim-listchars)   
- [mcauley-penney/visual-whitespace.nvim](https://github.com/mcauley-penney/visual-whitespace.nvim)   
- [rseichter/ellipsis.nvim](https://github.com/rseichter/ellipsis.nvim)   ### [Background](./background.md)
## [Buffer](./buffer.md)
## [Window](./window.md)
## [Tab](./tab.md)
## [Terminal](./terminal.md)
## [Motion](./motion.md)
## [Jump](./jump.md)
## Set Option
- [gregorias/toggle.nvim](https://github.com/gregorias/toggle.nvim)   
- [Kibadda/starter.nvim](https://github.com/Kibadda/starter.nvim)   
- [walkingshamrock/optiongroup.nvim](https://github.com/walkingshamrock/optiongroup.nvim)   ## Editing support
### Select Edit
### Insert
- [njaczko/nvim-dummy-text](https://github.com/njaczko/nvim-dummy-text)   
- [bwintertkb/enclose_nav.nvim](https://github.com/bwintertkb/enclose_nav.nvim)   
- [AntonVanAssche/date-time-inserter.nvim](https://github.com/AntonVanAssche/date-time-inserter.nvim)   
- [resonyze/erase_node.nvim](https://github.com/resonyze/erase_node.nvim)   
- [adammccartney/nvim-rinse](https://github.com/adammccartney/nvim-rinse)   
- [AgusDOLARD/backout.nvim](https://github.com/AgusDOLARD/backout.nvim)   
- [Someone-s-out-there/stutter.nvim](https://github.com/Someone-s-out-there/stutter.nvim)   
- [nobody-famous/lima.nvim](https://github.com/nobody-famous/lima.nvim)   
- [LarssonMartin1998/indent-invader.nvim](https://github.com/LarssonMartin1998/indent-invader.nvim)   
- [haolian9/ico.nvim](https://github.com/haolian9/ico.nvim)   
- [enoatu/nvim-smartchr](https://github.com/enoatu/nvim-smartchr)   
- [ins0mniaque/sacrilege.nvim](https://github.com/ins0mniaque/sacrilege.nvim)   
- [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim)   
- [Akirisu-kirisu/nvim-insert-mode](https://github.com/Akirisu-kirisu/nvim-insert-mode)   
- [aidancz/lfsp.nvim](https://github.com/aidancz/lfsp.nvim)   
- [tehdb/nvim-faker](https://github.com/tehdb/nvim-faker)   
- [yuki-yano/smart-i.nvim](https://github.com/yuki-yano/smart-i.nvim)   #### Smart Tab
- [boltlessengineer/smart-tab.nvim](https://github.com/boltlessengineer/smart-tab.nvim)   
- [nvim-jo/smarttab.nvim](https://github.com/nvim-jo/smarttab.nvim)   
- [lsvmello/elastictabstops.nvim](https://github.com/lsvmello/elastictabstops.nvim)   ### [Auto Insert](./auto-insert.md)
### matchparen
- [monkoose/matchparen.nvim](https://github.com/monkoose/matchparen.nvim)   
- [rareitems/hl_match_area.nvim](https://github.com/rareitems/hl_match_area.nvim)   
- [tar80/matchwith.nvim](https://github.com/tar80/matchwith.nvim)   
- [yorickpeterse/nvim-tree-pairs](https://github.com/yorickpeterse/nvim-tree-pairs)   ### matchadd
- [haolian9/gary.nvim](https://github.com/haolian9/gary.nvim)   
### Eval
- [fvictorio/eval-replace.nvim](https://github.com/fvictorio/eval-replace.nvim)   
### [Convert](./convert.md)
### [Indent](./indent.md)
### Align
- [Vonr/align.nvim](https://github.com/Vonr/align.nvim)   
- [RRethy/nvim-align](https://github.com/RRethy/nvim-align)   
- [echasnovski/mini.align](https://github.com/echasnovski/mini.align)   
- [vzze/aligner.nvim](https://github.com/vzze/aligner.nvim)   
- [jakeru/columnize.nvim](https://github.com/jakeru/columnize.nvim)   
- [chuck-flowers/align-selection.nvim](https://github.com/chuck-flowers/align-selection.nvim)   
- [haolian9/furrow.nvim](https://github.com/haolian9/furrow.nvim)   
- [CoffeeCoder1/virtual-align.nvim](https://github.com/CoffeeCoder1/virtual-align.nvim)   ### [TextObject, Operator](./textobject_operator.md)
### Parenthetical edit
- [julienvincent/nvim-paredit](https://github.com/julienvincent/nvim-paredit)   
- [dnebauer/dn-markdown.nvim](https://github.com/dnebauer/dn-markdown.nvim)   ### Edit Prediction
- [boltlessengineer/zeta.nvim](https://github.com/boltlessengineer/zeta.nvim)   
- [Southporter/zeta.nvim](https://github.com/Southporter/zeta.nvim)   ### Large file
- [LunarVim/bigfile.nvim](https://github.com/LunarVim/bigfile.nvim)   
- [pteroctopus/faster.nvim](https://github.com/pteroctopus/faster.nvim)   
- [mei28/BigSheetGardna.nvim](https://github.com/mei28/BigSheetGardna.nvim)   
- [ouuan/nvim-bigfile](https://github.com/ouuan/nvim-bigfile)   ### Misc
- [abecodes/tabout.nvim](https://github.com/abecodes/tabout.nvim)   
- [Allendang/nvim-expand-expr](https://github.com/AllenDang/nvim-expand-expr)   
- [saifulapm/chartoggle.nvim](https://github.com/saifulapm/chartoggle.nvim)   
- [svban/Reverse.nvim](https://github.com/svban/Reverse.nvim)   ## Other Standard Feature Enhancement
### [Search, Replace, Select](./search_replace_grep_select.md)
### [Mapping](./mapping.md)
### [Yank, Paste](./yank_paste.md)
### [Split / Join](./split_join.md)
### Number
- [nkakouros-original/numbers.nvim](https://github.com/nkakouros-original/numbers.nvim)   
- [sitiom/nvim-numbertoggle](https://github.com/sitiom/nvim-numbertoggle)   
- [joshdirkx/toggle-relativenumber.nvim](https://github.com/joshdirkx/toggle-relativenumber.nvim)   
- [cpea2506/relative-toggle.nvim](https://github.com/cpea2506/relative-toggle.nvim)   
- [gvlatko/inline-relative-numbers.nvim](https://github.com/gvlatko/inline-relative-numbers.nvim)   
- [togawalk/relative-toggle.nvim](https://github.com/togawalk/relative-toggle.nvim)   
- [prichrd/flagmode.nvim](https://github.com/prichrd/flagmode.nvim)   
- [redxtech/sharing.nvim](https://github.com/redxtech/sharing.nvim)   
- [Sayyidalijufri/termlinehide.nvim](https://github.com/Sayyidalijufri/termlinehide.nvim)   
- [DarrellBrogdon/trnu.nvim](https://github.com/DarrellBrogdon/trnu.nvim)   
- [fluxdiv/relative-rainbow.nvim](https://github.com/fluxdiv/relative-rainbow.nvim)   
- [Long104/hidecolumn.nvim](https://github.com/Long104/hidecolumn.nvim)   
- [walkingshamrock/rnum.nvim](https://github.com/walkingshamrock/rnum.nvim)   
- [dk949/file_line.nvim](https://github.com/dk949/file_line.nvim)   
- [shrynx/line-numbers.nvim](https://github.com/shrynx/line-numbers.nvim)   ### [Mark](./mark.md)
### Undo
- [haolian9/redostr.nvim](https://github.com/haolian9/redostr.nvim)   
- [debugloop/telescope-undo.nvim](https://github.com/debugloop/telescope-undo.nvim)   
- [tzachar/highlight-undo.nvim](https://github.com/tzachar/highlight-undo.nvim)   
- [aileot/emission.nvim](https://github.com/aileot/emission.nvim)   
- [SunnyTamang/select-undo.nvim](https://github.com/SunnyTamang/select-undo.nvim)   
- [mvllow/session-undo.nvim](https://github.com/mvllow/session-undo.nvim)   
- [y3owk1n/undo-glow.nvim](https://github.com/y3owk1n/undo-glow.nvim)   
- [y3owk1n/time-machine.nvim](https://github.com/y3owk1n/time-machine.nvim)   
- [walkingshamrock/undoplay.nvim](https://github.com/walkingshamrock/undoplay.nvim)   
- [jiaoshijie/undotree](https://github.com/jiaoshijie/undotree)   ### [Diff](./diff.md)
### Tags
- [weilbith/nvim-floating-tag-preview](https://github.com/weilbith/nvim-floating-tag-preview)   
- [quangnguyen30192/cmp-nvim-tags](https://github.com/quangnguyen30192/cmp-nvim-tags)   
- [linrongbin16/gentags.nvim](https://github.com/linrongbin16/gentags.nvim)   ### [Fold / Conceal](./fold.md)
### [Calculation](./calculation.md)
### [Command](./command.md)
### [Command Line](./commandline.md)
### [Spell check](./spellcheck.md)
### Dictionary
- [PaysanCorrezien/dictionary.nvim](https://github.com/PaysanCorrezien/dictionary.nvim)   
- [Nealium/dict-popup.nvim](https://github.com/Nealium/dict-popup.nvim)   
- [phanen/word.nvim](https://github.com/phanen/word.nvim)   
- [IdoKendo/synonym.nvim](https://github.com/IdoKendo/synonym.nvim)   
- [manning390/wrd.nvim](https://github.com/manning390/wrd.nvim)   
- [uga-rosa/cmp-dictionary](https://github.com/uga-rosa/cmp-dictionary)   
- [pythonmcpi/define.nvim](https://github.com/pythonmcpi/define.nvim)   
- [Praczet/words-the-def.nvim](https://github.com/Praczet/words-the-def.nvim)   
- [metaporia/dico.nvim](https://github.com/metaporia/dico.nvim)   
- [archie-judd/telescope-words.nvim](https://github.com/archie-judd/telescope-words.nvim)   
- [ficcdaf/academic.nvim](https://github.com/ficcdaf/academic.nvim)   
- [okaydouglas/popup-dictionary.nvim](https://github.com/okaydouglas/popup-dictionary.nvim)   ### digraph
- [jonathanforhan/nvim-glyph](https://github.com/jonathanforhan/nvim-glyph)   
- [adorostkar/NGG.nvim](https://github.com/adorostkar/NGG.nvim)   
- [srackham/digraph-picker.nvim](https://github.com/srackham/digraph-picker.nvim)   ### Abbreviation
- [0styx0/abbreinder.nvim](https://github.com/0styx0/abbreinder.nvim)   
- [shadyalfred/electric-quotes.nvim](https://github.com/shadyalfred/electric-quotes.nvim)   
- [ck-zhang/mistake.nvim](https://github.com/ck-zhang/mistake.nvim)   
- [Russoul/abbrev-expand.nvim](https://github.com/Russoul/abbrev-expand.nvim)   
- [reyalka/shell-abbr.nvim](https://github.com/reyalka/shell-abbr.nvim)   ### [Quickfix / Location](./quickfix_location.md)
### [Directory](./directory.md)
### [filetype](./filetype.md)
### [Macro](./macro.md)
### Environment Variable
- [yohendry/envs.nvim](https://github.com/yohendry/envs.nvim)   
- [Alexandersfg4/environment.nvim](https://github.com/Alexandersfg4/environment.nvim)   
- [Leonardo-Luz/hidenv.nvim](https://github.com/Leonardo-Luz/hidenv.nvim)   ### Errorformat
- [faergeek/neomakery.nvim](https://github.com/faergeek/neomakery.nvim)   
### [Message / Notification](./message_notification.md)
### [Help](./help.md)
### [Save&Backup](./save_backup.md)
### [Startup](./startup.md)
### [Session](./session.md)
### Mouse
- [notomo/gesture.nvim](https://github.com/notomo/gesture.nvim)   
## Coding
### [Readable Assistant](./readable-assistant.md)
### Function Arguments
- [SleepySwords/change-function.nvim](https://github.com/SleepySwords/change-function.nvim)   
### [Comment Out](./comment.md)
#### Context Header
- [polarmutex/contextprint.nvim](https://github.com/polarmutex/contextprint.nvim)   
- [romgrk/nvim-treesitter-context](https://github.com/romgrk/nvim-treesitter-context)   ### [Linter / Formatter](./linter_formatter.md)
### Import
- [piersolenski/telescope-import.nvim](https://github.com/piersolenski/telescope-import.nvim)   
### Regex
- [Djancyp/regex.nvim](https://github.com/Djancyp/regex.nvim)   
- [bennypowers/nvim-regexplainer](https://github.com/bennypowers/nvim-regexplainer)   
- [tomiis4/Hypersonic.nvim](https://github.com/tomiis4/Hypersonic.nvim)   
- [jake-stewart/regex-vars.nvim](https://github.com/jake-stewart/regex-vars.nvim)   
- [rclawlor/regex-railroad.nvim](https://github.com/rclawlor/regex-railroad.nvim)   ### Generate documentation
- [Zeioth/dooku.nvim](https://github.com/Zeioth/dooku.nvim)   
- [jeangiraldoo/codedocs.nvim](https://github.com/jeangiraldoo/codedocs.nvim)   ### [Code outline](./code-outline.md)
### [Snippet/Template](./snippet_template.md)
### [Task Runner](./task-runner.md)
### [Test](./test.md)
### [Debug/REPL](./debugger_repl.md)
### [Git/GitHub](./git-github.md)
### [Project](./project.md)
## New features
### [Note Taking](./note-taking.md)
### Diagram
- [jbyuki/venn.nvim](https://github.com/jbyuki/venn.nvim)   
- [McKean/diagon.nvim](https://github.com/McKean/diagon.nvim)   
- [3rd/diagram.nvim](https://github.com/3rd/diagram.nvim)   ### [Translate](./translate.md)
### Popup Info
- [lewis6991/hover.nvim](https://github.com/lewis6991/hover.nvim)   
- [ellisonleao/weather.nvim](https://github.com/ellisonleao/weather.nvim)   
- [dgyurov/termify.nvim](https://github.com/dgyurov/termify.nvim)   
- [StonyBoy/nvim-update-time](https://github.com/StonyBoy/nvim-update-time)   
- [Fildo7525/pretty_hover](https://github.com/Fildo7525/pretty_hover)   ### Uptime
- [XisEnine/nvim-uptime](https://github.com/XisEnine/nvim-uptime)   
### File Handling
- [chrisgrieser/nvim-ghengis](https://github.com/chrisgrieser/nvim-ghengis)   
### Reload Configuration
- [milkias17/reloader.nvim](https://github.com/milkias17/reloader.nvim)   
- [mskelton/live-reload.nvim](https://github.com/mskelton/live-reload.nvim)   
- [Little-Captain/reloader.nvim](https://github.com/Little-Captain/reloader.nvim)   
- [Zeioth/hot-reload.nvim](https://github.com/Zeioth/hot-reload.nvim)   ### [Package Manager](./package-manager.md)
### [VS Code features](./vscode-features.md)
### [Image](./image.md)
### Schedule
- [Cassin01/sche.nvim](https://github.com/Cassin01/sche.nvim)   
### Key stroke
- [jerrywang1981/keystroke.nvim](https://github.com/jerrywang1981/keystroke.nvim)   
### [Concentration(Pomodoro/Zenn)](./concentration.md)
### [Security](./security.md)
### [Hex](./hex.md)
### [Office Tools](./office-tools.md)
### EDITOR
- [notomo/waitevent.nvim](https://github.com/notomo/waitevent.nvim)   
### [Analytics](./analytics.md)
### RSS
- [pawemix/decscribe.nvim](https://github.com/pawemix/decscribe.nvim)   
- [neo451/feed.nvim](https://github.com/neo451/feed.nvim)   
- [4DRIAN0RTIZ/rssfeed.nvim](https://github.com/4DRIAN0RTIZ/rssfeed.nvim)   #### Code::Stats
- [maorun/code-stats.nvim](https://github.com/maorun/code-stats.nvim)   
- [liljaylj/codestats.nvim](https://github.com/liljaylj/codestats.nvim)   
- [Freed-Wu/code-stats.nvim](https://github.com/Freed-Wu/code-stats.nvim)   ### [Checker](./checker.md)
### [Font / Emoji](./font_emoji.md)
### TTS (text-to-speech)
- [johannww/tts.nvim](https://github.com/johannww/tts.nvim)   
- [cskeeters/kokoro.nvim](https://github.com/cskeeters/kokoro.nvim)   ## [Util pack](./util-pack.md)
## [Integration with other apps](./integration-apps.md)
### [Web Browser](./web-browser.md)
### [Web Service](./web-service.md)
### [CLI](./cli.md)
### [AI](./ai.md)
### [OS](./os.md)
### [Hardware](./hardware.md)
## [Language specific](./language-specific.md)
### [Lua](./lua.md)
### [Javascript/Typescript](./js_ts.md)
### [Python](./python.md)
### [Ruby](./ruby.md)
### [C/C++](./c_cpp.md)
### [Java](./java.md)
### [Go](./go.md)
### [Rust](./rust.md)
### [PHP](./php.md)
### [Game Engine](./game-engine.md)
## [Configuration File](./configration-file.md)
## [Database](./db.md)
## [Protocol](./protocol.md)
## [Documentation](./documentation.md)
## [Neovim Lua Library](./neovim-lua-library.md)
## [Neovim Lua Development](./neovim-lua-development.md)
## [Colorscheme](./colorscheme.md)
## [Neovim Distribution](./neovim-distribution.md)
## [GUI](./gui.md)
## [External Tools](./external-tools.md)
## [Service](./service.md)
## [Music](./music.md)
## [Animation](./animation.md)
## [Toy](./toy.md)
### [Game](./game.md)