Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Neovim
N

Neovim

Tool
721 projects843.8k total stars91.4k total forks17 languages

Open-source projects built with Neovim

There are currently 721 open-source projects built with Neovim, with a combined total of 843.8k GitHub stars. The most common language among these projects is Lua.

Showing 651 open-source projects · page 10 of 19

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
themery.nvim
themery.nvimzaldih/themery.nvim

A Neovim plugin for switching colorschemes with live preview and persistence across sessions.

37815Lua
1 year ago
helpview.nvim
helpview.nvimOXY2DEV/helpview.nvim

A hackable and visually enhanced vimdoc/help file viewer plugin for Neovim.

3783Lua
21 days ago
netman.nvim
netman.nvimmiversen33/netman.nvim

A Neovim framework for plugins to expose remote resources (SSH, Docker, etc.) via a standard API, replacing Netrw.

3776Lua
8 months ago
nvim-aider
nvim-aiderGeorgesAlkhouri/nvim-aider

A Neovim plugin that integrates Aider AI coding assistant directly into the editor for enhanced AI-assisted development.

37728Lua
7 months ago
zephyr-nvim
zephyr-nvimnvimdev/zephyr-nvim

A dark Neovim colorscheme written in Lua with Tree-sitter syntax support.

37554Lua
3 years ago
telescope-zoxide
telescope-zoxidejvgrootveld/telescope-zoxide

A Telescope.nvim extension that integrates zoxide for fast directory navigation within Neovim.

37020Lua
1 year ago
modicator.nvim
modicator.nvimmawkler/modicator.nvim

A Neovim plugin that changes cursor line number color based on the current Vim mode.

37011Lua
1 month ago
checkmate.nvim
checkmate.nvimbngarren/checkmate.nvim

A full-featured, Markdown-based todo/task management plugin for Neovim with metadata, custom states, and archiving.

3706Lua
17 days ago
workspaces.nvim
workspaces.nvimnatecraddock/workspaces.nvim

A Neovim plugin for managing named workspace directories with commands, hooks, and Telescope integration.

36916Lua
1 year ago
portal.nvim
portal.nvimcbochs/portal.nvim

A Neovim plugin that enhances navigation through location lists (jumplist, changelist, quickfix) using labelled floating windows called portals.

3679Lua
2 years ago
smartcolumn.nvim
smartcolumn.nvimm4xshen/smartcolumn.nvim

A Neovim plugin that automatically hides the colorcolumn when lines are short and shows it only when needed.

36716Lua
10 months ago
store.nvim
store.nvimalex-popov-tech/store.nvim

A Neovim plugin store with 6,200+ plugins, automatic installation, and an intuitive UI for browsing and managing extensions.

3666Lua
6 days ago
perfanno.nvim
perfanno.nvimt-troebst/perfanno.nvim

A NeoVim plugin that annotates source code with profiling data from perf, LuaJIT, and other profilers to visualize performance bottlenecks.

3666Lua
4 months ago
pounce.nvim
pounce.nvimrlane/pounce.nvim

Incremental fuzzy search motion plugin for Neovim, enabling quick navigation to on-screen text.

36518Lua
1 year ago
muren.nvim
muren.nvimAckslD/muren.nvim

A Neovim plugin for performing multiple search-and-replace operations with an interactive UI.

3637Lua
1 year ago
eagle.nvim
eagle.nvimsoulis-1256/eagle.nvim

A Neovim plugin that provides a floating window for diagnostics and LSP information with smart mouse tracking.

3508Lua
3 months ago
vimpeccable
vimpeccablesvermeulen/vimpeccable

A Neovim plugin that provides a Lua API for mapping keys directly to Lua code, enabling a fully Lua-based configuration.

3505Lua
4 years ago
nvim-lspfuzzy
nvim-lspfuzzyojroques/nvim-lspfuzzy

A Neovim plugin that integrates FZF with the Language Server Protocol client for fuzzy-finding LSP results.

34915Lua
1 month ago
nvim-fzf
nvim-fzfvijaymarupudi/nvim-fzf

An asynchronous Lua API for integrating fzf fuzzy finder into Neovim with full UI interactivity.

34914Lua
1 year ago
cheovim
cheovimNTBBloodbath/cheovim

A Neovim configuration switcher written in Lua that automates managing and transitioning between multiple configs.

34712Lua
2 years ago
night-owl.nvim
night-owl.nvimoxfist/night-owl.nvim

A faithful Neovim port of the Night Owl VSCode theme with extended Treesitter and semantic token support.

34732Lua
1 year ago
im-select.nvim
im-select.nvimkeaising/im-select.nvim

Automatically switch input methods based on Neovim's edit mode for macOS, Windows, and Linux.

34736Lua
2 months ago
deadcolumn.nvim
deadcolumn.nvimBekaboo/deadcolumn.nvim

A Neovim plugin that dynamically shows the colorcolumn as you approach it, helping maintain code width.

34712Lua
9 months ago
pckr.nvim
pckr.nvimlewis6991/pckr.nvim

A modern, declarative plugin manager for Neovim with lockfile support and no compilation step.

34517Lua
8 months ago
neodim
neodimzbirenbaum/neodim

Neovim plugin that dims highlights for unused code (functions, variables, parameters) via LSP diagnostics.

34111Lua
1 year ago
nvim-snippy
nvim-snippydcampos/nvim-snippy

A minimalist snippet plugin for Neovim 0.10+ written in Lua, leveraging built-in extmarks and supporting SnipMate syntax.

33920Lua
1 month ago
nvim-jqx
nvim-jqxgennaro-tedesco/nvim-jqx

A Neovim plugin that populates the quickfix window with JSON/YAML entries for easy browsing and querying.

3387Lua
2 years ago
nlsp-settings.nvim
nlsp-settings.nvimtamago324/nlsp-settings.nvim

A Neovim plugin for configuring Language Server Protocol (LSP) servers using JSON or YAML files.

33620Lua
27 days ago
clipboard-image.nvim
clipboard-image.nvimekickx/clipboard-image.nvim

Neovim Lua plugin to paste images from clipboard directly into markdown, asciidoc, or any text file.

33656Lua
2 years ago
nvim-biscuits
nvim-biscuitscode-biscuits/nvim-biscuits

A Neovim plugin that displays contextual code annotations at closing brackets to help visualize AST node boundaries.

33513Lua
2 months ago
nvim-peekup
nvim-peekupgennaro-tedesco/nvim-peekup

A Neovim plugin that provides a floating window to interactively browse, preview, and select from Vim registers.

3357Lua
3 years ago
pantran.nvim
pantran.nvimpotamides/pantran.nvim

A Neovim plugin for interactive machine translation using various engines directly within the editor.

3309Lua
1 year ago
cybu.nvim
cybu.nvimghillb/cybu.nvim

A Neovim plugin that provides context when cycling buffers via a customizable notification window showing adjacent or recently used buffers.

32510Lua
1 month ago
cmp-nvim-lua
cmp-nvim-luahrsh7th/cmp-nvim-lua

A completion source for nvim-cmp that provides autocompletion for Neovim's Lua runtime API.

32310Lua
6 months ago
Coqtail
Coqtailwhonore/Coqtail

A Vim plugin for interactive Rocq (Coq) proof development, providing IDE-like features within the editor.

32342Python
19 days ago
lsp-lens.nvim
lsp-lens.nvimVidocqH/lsp-lens.nvim

Neovim plugin that displays LSP reference and definition counts inline on functions, similar to JetBrains IDEA.

32226Lua
1 year ago
1
9
10
11
19