Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Nvim Plugin

Nvim Plugin

148 projects

Showing 36 of 143 projects

substitute.nvim
substitute.nvimLua

A Neovim plugin providing new operator motions for quick text substitution and exchange.

#operator#productivity#vim-motions
Stars732
Forks8
Last commit3 months ago
colorful-winsep.nvim
colorful-winsep.nvimLua

A Neovim plugin that colors window separators to highlight the active window, similar to tmux pane borders.

#workflow-optimization#visual-feedback#lua-configurable
Stars699
Forks33
Last commit1 month ago
code_runner.nvim
code_runner.nvimLua

A blazing-fast Neovim plugin written in pure Lua that runs code in multiple modes and manages project-specific commands.

#neovim-config#developer-tools#code-runner
Stars687
Forks38
Last commit6 days ago
compiler.nvim
compiler.nvimLua

A Neovim plugin that compiles and runs code across 25+ languages with zero configuration, inspired by Visual Studio's one-click experience.

#multi-language#elixir#compiler
Stars670
Forks49
Last commit9 months ago
nvim
nvimLua

A cozy Neovim colorscheme with seasonal variants designed for comfortable morning coding.

#treesitter#developer-tools#everviolet
Stars662
Forks12
Last commit9 days ago
autoclose.nvim
autoclose.nvimLua

A minimalist Neovim plugin written in Lua that automatically pairs and closes brackets.

#autoclose#bracket-completion#productivity
Stars642
Forks23
Last commit2 months ago
guess-indent.nvim
guess-indent.nvimLua

Automatically detects indentation style (tabs vs spaces and indent size) for Neovim buffers.

#editor-configuration#developer-tools#vim
Stars637
Forks20
Last commit1 year ago
multicursors.nvim
multicursors.nvimLua

A multi-cursor plugin for Neovim that enables simultaneous text editing across multiple selections with intuitive keybindings.

#multi-cursor#productivity#vim-motions
Stars637
Forks16
Last commit1 year ago
wtf.nvim
wtf.nvimLua

A Neovim plugin that uses AI and web search to explain and fix LSP diagnostic messages directly in the editor.

#ai-coding-assistant#ai#code-fixing
Stars603
Forks16
Last commit6 days ago
nvim-scissors
nvim-scissorsLua

A Neovim plugin for automagical editing and creation of VS Code-style snippets with a user-friendly UI.

#editor-tool#productivity#json-automation
Stars579
Forks13
Last commit1 month ago
ultimate-autopair.nvim
ultimate-autopair.nvimLua

A highly customizable Neovim autopairing plugin with Tree-sitter support, multiline pairing, and filetype detection.

#treesitter#developer-tools#code-editing
Stars575
Forks8
Last commit1 month ago
tsc.nvim
tsc.nvimLua

A Neovim plugin for asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc).

#vimscript#developer-tools#vim
Stars545
Forks34
Last commit4 months ago
actions-preview.nvim
actions-preview.nvimLua

A Neovim plugin that previews code changes from LSP code actions before applying them.

#neovim-plugin#lsp-client#diff-preview
Stars516
Forks20
Last commit1 month ago
zeioth/garbage-day.nvim
zeioth/garbage-day.nvimLua

A Neovim plugin that automatically stops inactive LSP clients to free up RAM.

#resource-cleanup#developer-tools#ram-optimization
Stars515
Forks7
Last commit3 months ago
nvim-origami
nvim-origamiLua

A Neovim plugin providing elegant folding features with LSP/Treesitter integration, fold decorations, and intuitive keymaps.

#vimscript#treesitter#productivity
Stars510
Forks14
Last commit12 days ago
agentic.nvim
agentic.nvimLua

A Neovim chat interface for AI agents that works with any provider supporting the Agent Client Protocol (ACP).

#developer-tools#productivity#agent-client-protocol
Stars504
Forks47
Last commit1 day ago
tiny-code-action.nvim
tiny-code-action.nvimLua

A Neovim plugin that provides a simple way to run and visualize code actions from language servers with multiple picker and diff backend options.

#developer-tools#neovim-plugin#lsp-client
Stars488
Forks24
Last commit
fugit2.nvim
fugit2.nvimLua

A Neovim git GUI plugin powered by libgit2, offering a floating window interface with Magit-style menus and interactive rebase.

#version-control#git-blame#interactive-rebase
Stars468
Forks16
Last commit1 day ago
tiny-glimmer.nvim
tiny-glimmer.nvimLua

A Neovim plugin that adds smooth, customizable animations to text operations like yank, paste, search, and undo/redo.

#ui-effects#visual-feedback#customizable
Stars422
Forks8
Last commit21 days ago
remote-sshfs.nvim
remote-sshfs.nvimLua

A Neovim plugin that mounts remote filesystems via SSHFS for seamless remote editing and development.

#productivity#vim#file-management
Stars416
Forks23
Last commit2 months ago
virtual-types.nvim
virtual-types.nvimLua

Neovim plugin that displays function type annotations as virtual text using the built-in LSP client.

#developer-tools#nvim-lsp#neovim-plugin
Stars416
Forks3
Last commit3 years ago
NeoComposer.nvim
NeoComposer.nvimLua

A Neovim plugin that simplifies macro management and execution with a status line component and Telescope extension.

#editor-automation#productivity#status-line
Stars414
Forks10
Last commit1 year ago
easypick.nvim
easypick.nvimLua

A Neovim plugin that creates Telescope pickers from arbitrary console commands.

#developer-tools#telescope-extension#workflow-automation
Stars407
Forks9
Last commit1 year ago
model.nvim
model.nvimLua

A Neovim plugin for interacting with LLMs via programmatic prompts, completions, and chat buffers with support for multiple providers.

#ai#palm#ai-assistant
Stars399
Forks29
Last commit10 months ago
dap-buddy.nvim
dap-buddy.nvimLua

A Debug Adapter Protocol manager for Neovim that simplifies installing, configuring, and using debuggers.

#vimscript#nvim-dap#editor-integration
Stars395
Forks46
Last commit3 years ago
monokai.nvim
monokai.nvimLua

A Lua-based Monokai color theme for Neovim with tree-sitter support and multiple flavor variants.

#monokai#vim#syntax-highlighting
Stars393
Forks69
Last commit2 years ago
telescope-zoxide
telescope-zoxideLua

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

#productivity#zoxide#directory-navigation
Stars369
Forks20
Last commit1 year ago
smartcolumn.nvim
smartcolumn.nvimLua

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

#code-editing#workflow-optimization#visual-feedback
Stars367
Forks16
Last commit10 months ago
store.nvim
store.nvimLua

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

#plugin-manager#developer-tools#neovim-ecosystem
Stars366
Forks6
Last commit10 days ago
nfnl
nfnlFennel

A Neovim plugin that automatically compiles Fennel to Lua for configuration and plugins with zero runtime overhead.

#compiler#lisp#neovim-fennel
Stars355
Forks11
Last commit1 month ago
deadcolumn.nvim
deadcolumn.nvimLua

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

#developer-tools#text-editor#neovim-plugin
Stars348
Forks12
Last commit9 months ago
nwm
nwmLua

A Neovim plugin that allows you to manage X11 windows as if they were buffers within the editor.

#productivity-tools#x11#linux-desktop
Stars344
Forks5
Last commit19 days ago
nvim-rip-substitute
nvim-rip-substituteLua

A Neovim plugin for search and replace using ripgrep with incremental preview, a popup UI, and modern regex syntax.

#ripgrep#incremental-preview#popup-ui
Stars318
Forks12
Last commit20 days ago
efmls-configs-nvim
efmls-configs-nvimLua

An unofficial collection of pre-configured linters and formatters for efm-langserver in Neovim.

#efm-langserver#developer-tools#editor-integration
Stars314
Forks50
Last commit15 days ago
goose.nvim
goose.nvimLua

A Neovim plugin that integrates the Goose AI agent, enabling chat and code assistance with editor context capture.

#context-capture#ai#developer-tools
Stars310
Forks12
Last commit1 month ago
fluoromachine.nvim
fluoromachine.nvimLua

A neon-drenched, retro-futuristic color scheme for Neovim, forked from Synthwave84 with customizable glow effects.

#fluoromachine#retro-futuristic#lua-configurable
Stars306
Forks12
Last commit7 months ago
PreviousPage 2 of 4Next

Related Tags

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
1 month ago
#Neovim Plugin137
#Neovim112
#Nvim109
#Lua87
#Developer Tools47
#Productivity42
#Editor Enhancement25
#Nvim Lua23
#Text Editing19
#Vimscript17
#Vim16
#Lsp16