Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Neovim Plugin

Neovim Plugin

767 projects

Showing 36 of 767 projects

resolve.nvim
resolve.nvimLua

A Neovim plugin for resolving merge conflicts with semantic highlighting, navigation commands, and diff viewing.

#editor-tool#version-control#git-merge
Stars58
Forks5
Last commit4 months ago
refjump.nvim
refjump.nvimLua

A Neovim plugin for jumping between LSP references in the current buffer using simple keybindings.

#editor-tool#developer-tools#productivity
Stars58
Forks4
Last commit5 months ago
texmagic.nvim
texmagic.nvimLua

A Neovim plugin that enables per-project LaTeX build engine selection via magic comments for the TexLab LSP server.

#build-automation#latex#magic-comments
Stars58
Forks2
Last commit3 months ago
nvim-smartbufs
nvim-smartbufsLua

A Neovim plugin for smarter buffer management with terminal persistence and layout-aware closing.

#neovim-terminal#productivity#vim-buffers
Stars57
Forks2
Last commit3 years ago
ts-expand-hover.nvim
ts-expand-hover.nvimLua

A NeoVim plugin that enables progressive expansion and collapse of TypeScript types directly inside hover floats.

#treesitter#developer-tools#type-inspection
Stars57
Forks2
Last commit3 months ago
pineapple
pineappleLua

A Neovim plugin to find, preview, and install color schemes directly within the editor.

#lua-plugin#neovim-plugin#vim-colorschemes
Stars57
Forks1
Last commit7 days ago
convert.nvim
convert.nvimLua

A Neovim plugin for converting CSS units, color formats, and number systems directly in the editor.

#editor-tool#unit-conversion#productivity
Stars57
Forks1
Last commit4 months ago
headhunter.nvim
headhunter.nvimLua

A Neovim plugin for fast navigation and resolution of merge conflicts with customizable keybindings.

#version-control#developer-tools#productivity
Stars57
Forks3
Last commit7 months ago
nterm.nvim
nterm.nvimLua

A Neovim plugin that manages terminal sessions with named terminals, notifications, and automatic behavior.

#vimscript#telescope-extension#shell-integration
Stars57
Forks0
Last commit6 days ago
fold_line.nvim
fold_line.nvimLua

A Neovim plugin that uses visual lines to indicate code folding areas and highlights the current fold.

#vimscript#syntax-highlighting#neovim-plugin
Stars56
Forks0
Last commit3 months ago
json-to-types.nvim
json-to-types.nvimLua

A Neovim plugin that automatically generates type definitions from JSON for over 20 programming languages.

#developer-tools#static-typing#type-generation
Stars56
Forks5
Last commit3 months ago
gemini-cli.nvim
gemini-cli.nvimLua

A Neovim plugin that integrates the Gemini CLI directly into the editor with split windows and text sending capabilities.

#developer-tools#split-windows#ai-assistance
Stars56
Forks8
Last commit9 months ago
interestingwords.nvim
interestingwords.nvimLua

A Neovim plugin for highlighting multiple words simultaneously and navigating through them with smooth scrolling.

#developer-tools#productivity#syntax-highlighting
Stars56
Forks9
Last commit1 year ago
dotenv.nvim
dotenv.nvimLua

A minimalist Neovim plugin that loads environment variables from .env files directly into your editor.

#hacktoberfest#editor-tool#environment-variables
Stars56
Forks7
Last commit1 year ago
qfview.nvim
qfview.nvimLua

A Neovim plugin that enhances the quickfix/location window with aligned text, smart path-shortening, and file-based folding.

#developer-tools#vim#text-ui
Stars55
Forks3
Last commit2 years ago
flemma.nvim
flemma.nvimLua

An AI workspace inside Neovim where every conversation is a plain text document you own, edit, and version.

#ai#ai-assistant#autonomous-agent
Stars55
Forks3
Last commit2 days ago
nvim-cartographer
nvim-cartographerLua

A Neovim plugin that simplifies creating and managing key mappings in Lua with a builder-style API.

#buffer-local#neovim-plugin#plugin
Stars54
Forks4
Last commit3 years ago
nvim-hlchunk
nvim-hlchunkVim Script

A Neovim plugin that highlights indentation levels and chunk boundaries in the sign column for better code structure visualization.

#developer-tools#syntax-highlighting#neovim-plugin
Stars54
Forks0
Last commit10 months ago
nvim-luxmotion
nvim-luxmotionLua

A Neovim plugin that provides smooth 60fps animations for cursor movement, word navigation, text objects, and viewport scrolling.

#animation#performance-optimization#vim-motions
Stars54
Forks1
Last commit1 month ago
markit.nvim
markit.nvimLua

A Neovim plugin that enhances marks and bookmarks with visual annotations, navigation, and picker integration.

#bookmarks#productivity#marks
Stars54
Forks2
Last commit8 months ago
fluoride
fluorideLua

A Neovim plugin for viewing, reordering, renaming, duplicating, deleting, and annotating code declarations via a floating window or split.

#treesitter#vim-motions#sidebar
Stars54
Forks1
Last commit2 months ago
nvim-goc.lua
nvim-goc.luaLua

A Neovim plugin for displaying Go test coverage directly in the editor with visual highlights.

#vimscript#developer-tools#test-coverage
Stars54
Forks9
Last commit7 months ago
resty.nvim
resty.nvimLua

A fast and easy-to-use HTTP/REST client plugin for Neovim, completely written in Lua.

#developer-tools#rest-api#curl
Stars52
Forks3
Last commit1 month ago
runner.nvim
runner.nvimLua

A customizable Neovim plugin that executes code directly within the editor using configurable handlers.

#filetype-handlers#developer-tools#code-runner
Stars52
Forks3
Last commit1 year ago
guttermarks.nvim
guttermarks.nvimLua

A Neovim plugin that displays marks (a-z, A-Z) as customizable signs in the buffer gutter.

#neovim-marks#marks#gutter-display
Stars52
Forks7
Last commit1 month ago
marp-nvim
marp-nvimLua

A Neovim plugin for managing the Marp presentation server directly from the editor.

#productivity#presentation-tool#editor-integration
Stars51
Forks2
Last commit1 year ago
penvim
penvimLua

A Neovim plugin that detects project root, auto-configures indentation, and loads project-specific settings.

#vimscript#editor-configuration#developer-tools
Stars51
Forks0
Last commit3 years ago
deoplete
deopleteShell

Zsh completion source for deoplete.nvim, enabling shell command completion in Neovim.

#zsh-completion#async-completion#shell-integration
Stars51
Forks3
Last commit6 years ago
markdoc.nvim
markdoc.nvimLua

A Tree-sitter based Neovim plugin that converts Markdown files into Vimdoc help files.

#help-file-generation#documentation-tool#neovim-plugin
Stars51
Forks0
Last commit7 months ago
overlength.nvim
overlength.nvimLua

A Neovim plugin that highlights lines exceeding a configurable width to improve code readability.

#vimscript#highlight#developer-tools
Stars51
Forks2
Last commit2 months ago
dooku.nvim
dooku.nvimLua

A Neovim plugin that generates HTML code documentation and opens it directly in your browser.

#ldoc#rustdoc#typedoc
Stars50
Forks0
Last commit11 months ago
compl.nvim
compl.nvimLua

A lightweight Neovim completion plugin leveraging native infrastructure for a seamless editing experience.

#vimscript#developer-tools#productivity
Stars50
Forks2
Last commit1 month ago
launch.nvim
launch.nvimLua

A Neovim plugin for dynamically configuring and launching tasks per directory with optional debugging support via nvim-dap.

#nvim-dap#workflow-automation#terminal-integration
Stars50
Forks1
Last commit11 months ago
nvim-toc
nvim-tocLua

A Neovim plugin that automatically generates markdown table of contents for navigation.

#productivity#table-of-contents#markdown-tools
Stars50
Forks3
Last commit5 months ago
serene.nvim
serene.nvimLua

A mild Neovim colorscheme inspired by habamax, lunaperche, and the default Neovim theme.

#plugin-support#syntax-highlighting#ui-theme
Stars49
Forks1
Last commit1 year ago
colorbox.nvim
colorbox.nvimLua

A Neovim plugin that automatically cycles through popular colorschemes based on configurable timings and policies.

#lua-plugin#vim#neovim-plugin
Stars49
Forks1
Last commit2 months ago
PreviousPage 20 of 22

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
Next
#Neovim548
#Lua450
#Nvim266
#Productivity218
#Developer Tools212
#Nvim Plugin154
#Editor Enhancement117
#Plugin114
#Vim109
#Vimscript89
#Syntax Highlighting79
#Vim Plugin69