SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 vim-plugin Open-Source Projects
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Disabling telemetry in ByteDance's VSCode fork increases data sent to its server | news.ycombinator.com | 2025-07-27
-
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
The ale plugin (Asynchronous Lint Engine) allows auto-formatting and linting in vim, running external tools asynchronously so they don't block your editing. With the configuration above, you can run :ALEFix to format the current file, or add the following to have it format on save:
-
Project mention: 2025's Top 5 AI Coding Tools: Balancing Efficiency and Stability | dev.to | 2025-08-30
Website: tabnine.com Key Differentiators: Lightweight, supports 20+ IDEs, affordable.
-
-
-
-
-
-
-
Project mention: Syntax highlighting is a waste of an information channel | news.ycombinator.com | 2025-10-13
- Rainbow parenthesis
Too much noise. And the example is great demonstration for it. It's better than gray parenthesis, but a lot of worse than properly structured and indented sections.
- Context Highlighting
Love it. But once again - too much noise for text colors. Just highlight line numbers of nesting level your cursor is in. Indent-blankline[1] plugin for neovim does this (with use of treesitter), but it highlights the virtual indentation lines.
[1] https://github.com/lukas-reineke/indent-blankline.nvim
- Import highlighting
I think it's impractical, because imports are often grouped together at the start of file, but symbols are all over the place and you'd only see highlight on very short files.
LSP "goto definition" is already a better fit here, a bit more immediate solution is to display namespace/import path in status bar. No idea if there's any plugins for this, but should be easy to hack together in an hour.
- Argument Highlighting
Kinda useful, but also gets less useful for longer functions. IMHO doesn't worth it to add whole extra color to a limited palette or it might turn into in-cohesive mess rather quickly.
- Type Highlighting
Could be taken one step further and highlight atomic types in lighter shade and more complex types (not only lists) in darker shade.
nit: example being Python feels a bit out of place here
- Exception Highlighting
LSP virtual text
-
-
-
-
-
-
-
-
-
-
-
vim-plugin discussion
vim-plugin related posts
-
Vim + Markdown = Writer's Heaven
-
I Built a File Tree for Vim
-
From Netrw to FTX: Building a Git-Aware File Tree for Vim
-
Fuzzbox: Modern fuzzy finder for Vim with minimal dependencies
-
VimGraph
-
Syntax highlighting is a waste of an information channel
-
Debugging Bash Like a Sire
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Index
What are some of the best open-source vim-plugin projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | coc.nvim | 25,159 |
| 2 | nerdtree | 20,075 |
| 3 | vim-airline | 17,953 |
| 4 | ale | 13,998 |
| 5 | TabNine | 10,786 |
| 6 | vimwiki | 9,466 |
| 7 | vim-easymotion | 7,739 |
| 8 | lightline.vim | 6,869 |
| 9 | vimtex | 6,280 |
| 10 | vim-startify | 5,393 |
| 11 | nerdcommenter | 5,004 |
| 12 | indent-blankline.nvim | 4,948 |
| 13 | LanguageClient-neovim | 3,553 |
| 14 | vim-sneak | 3,514 |
| 15 | nvim-treesitter-context | 3,195 |
| 16 | dashboard-nvim | 2,841 |
| 17 | vim-dispatch | 2,735 |
| 18 | vim-signify | 2,725 |
| 19 | barbar.nvim | 2,709 |
| 20 | neomake | 2,675 |
| 21 | targets.vim | 2,637 |
| 22 | vimux | 2,275 |
| 23 | vim-table-mode | 2,234 |