neovim-plugin
There are 3597 repositories under neovim-plugin topic.
neoclide/coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
LazyVim/LazyVim
Neovim config for the lazy
wsdjeg/SpaceVim
A modular configuration of Vim and Neovim
folke/lazy.nvim
💤 A modern plugin manager for Neovim
nvim-telescope/telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.
dense-analysis/ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
AstroNvim/AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
mason-org/mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
wbthomason/packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
nvim-mini/mini.nvim
Library of 40+ independent Lua modules improving Neovim experience with minimal effort
nvim-lualine/lualine.nvim
A blazing fast and easy to configure neovim statusline plugin written in pure lua.
nvim-neorg/neorg
Modernity meets insane extensibility. The future of organizing your life in Neovim.
catppuccin/nvim
🍨 Soothing pastel theme for (Neo)vim
mfussenegger/nvim-dap
Debug Adapter Protocol client implementation for Neovim
folke/which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
folke/trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
lewis6991/gitsigns.nvim
Git integration for buffers
folke/snacks.nvim
🍿 A collection of QoL plugins for Neovim
stevearc/oil.nvim
Neovim file explorer: edit your filesystem like a buffer
epwalsh/obsidian.nvim
Obsidian 🤝 Neovim
folke/noice.nvim
💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Saghen/blink.cmp
Performant, batteries-included completion plugin for Neovim
sindrets/diffview.nvim
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
ggandor/leap.nvim
Neovim's answer to the mouse 🦘
lukas-reineke/indent-blankline.nvim
Indent guides for Neovim
stevearc/conform.nvim
Lightweight yet powerful formatter plugin for Neovim
numToStr/Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
akinsho/bufferline.nvim
A snazzy bufferline for Neovim
kylechui/nvim-surround
Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
folke/todo-comments.nvim
✅ Highlight, list and search todo comments in your projects
ibhagwan/fzf-lua
Improved fzf.vim written in lua
ms-jpq/coq_nvim
Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
nvimdev/lspsaga.nvim
improve neovim lsp experience
jose-elias-alvarez/null-ls.nvim
Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
mason-org/mason-lspconfig.nvim
Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
autozimu/LanguageClient-neovim
Language Server Protocol (LSP) support for vim and neovim.