# awesome-neovim Collections of awesome [Neovim](https://neovim.io/) plugins. Mostly targeting Neovim specific features. ![Neovim Logo](https://neovim.io/images/logo@2x.png) ## Submissions Make a pull request to add your Neovim plugin. ## Wishlist Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://github.com/nvim-lua/wishlist). ## Plugins ### Plugin Managers - [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) ### LSP #### (requires Neovim Nightly) - [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - [nvim-lua/completion-nvim](https://github.com/nvim-lua/completion-nvim) - [nvim-lua/lsp-status.nvim](https://github.com/nvim-lua/lsp-status.nvim) - [nvim-lua/lsp_extensions.nvim](https://github.com/nvim-lua/lsp_extensions.nvim) - [RishabhRD/nvim-lsputils](https://github.com/RishabhRD/nvim-lsputils) ### General - [npxbr/glow.nvim](https://github.com/npxbr/glow.nvim) ### Syntax - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) ### Terminal integration - [nikvdp/neomux](https://github.com/nikvdp/neomux) - [akinsho/nvim-toggleterm.lua](https://github.com/akinsho/nvim-toggleterm.lua) ### Snippets - [norcalli/snippets.nvim](https://github.com/norcalli/snippets.nvim) - [hrsh7th/vim-vsnip](https://github.com/hrsh7th/vim-vsnip) - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format. ### Fuzzy Finder - [nvim-lua/telescope.nvim](https://github.com/nvim-lua/telescope.nvim) ### Colors - [norcalli/nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua) - [tjdevries/colorbuddy.nvim](https://github.com/tjdevries/colorbuddy.nvim) - [norcalli/nvim-base16.lua](https://github.com/norcalli/nvim-base16.lua) ### Colorscheme #### Treesitter Support - [bluz71/vim-nightfly-guicolors](https://github.com/bluz71/vim-nightfly-guicolors) - nightfly is a dark GUI color scheme heavily inspired by Sarah Drasner's Night Owl theme. - [bluz71/vim-moonfly-colors](https://github.com/bluz71/vim-moonfly-colors) - moonfly is a dark color scheme with Treesitter support - [ChristianChiarulli/nvcode-color-schemes.vim](https://github.com/ChristianChiarulli/nvcode-color-schemes.vim) - nvcode, onedark, nord colorschemes with Treesitter support - [sainnhe/sonokai](https://github.com/sainnhe/sonokai) - High Contrast & Vivid Color Scheme based on Monokai Pro - [kyazdani42/blue-moon](https://github.com/kyazdani42/blue-moon) - A dark color scheme for Neovim derived from palenight and carbonight - [mhartington/oceanic-next](https://github.com/mhartington/oceanic-next) - Oceanic Next theme for neovim - [Iron-E/nvim-highlite](https://github.com/Iron-E/nvim-highlite) - A colorscheme template that is "lite" on logic for the developer. - [glepnir/zephyr-nvim](https://github.com/glepnir/zephyr-nvim) - A dark colorscheme with treesitter support - [rockerBOO/boo-colorscheme-nvim](https://github.com/rockerBOO/boo-colorscheme-nvim) - A colorscheme for Neovim with handcrafted support for LSP, Treesitter. ### Debugging - [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) - Debug Adapter Protocol client implementation for Neovim ### Neovim Lua Development - [tjdevries/nlua.nvim](https://github.com/tjdevries/nlua.nvim) - Lua Development for Neovim - [svermeulen/vimpeccable](https://github.com/svermeulen/vimpeccable) - Commands to help write your .vimrc in lua or any lua based language - [nanotee/nvim-lua-guide](https://github.com/nanotee/nvim-lua-guide) - A guide to using Lua in Neovim ### Lua - [rafcamlet/nvim-luapad](https://github.com/rafcamlet/nvim-luapad) - Interactive real time neovim scratchpad for embedded lua engine - type and watch! ### Tabline - [romgrk/barbar.nvim](https://github.com/romgrk/barbar.nvim) - [akinsho/nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua) ### Statusline - [glepnir/galaxyline.nvim](https://github.com/glepnir/galaxyline.nvim) - [tjdevries/express_line.nvim](https://github.com/tjdevries/express_line.nvim) ### Indent - [glepnir/indent-guides.nvim](https://github.com/glepnir/indent-guides.nvim) Experimental indentation plugin, currently not stable ### Games - [ThePrimeagen/vim-be-good](https://github.com/ThePrimeagen/vim-be-good) ### File explorer - [kyazdani42/nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) - A simple and fast file explorer tree for neovim ! ### Dependency management - [akinsho/dependency-assist.nvim](https://github.com/akinsho/dependency-assist.nvim) - Search for and add new dependencies (dart, for now but rust coming soon) ## Others [Vimawesome](https://vimawesome.com/) showcases various plugins for vim and has a [neovim tag](https://vimawesome.com/?q=tag:neovim) for other plugins targeting neovim. ### Vim Plugins Most vim plugins also work for neovim! How cool is that!