# 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/diagnostic-nvim](https://github.com/nvim-lua/diagnostic-nvim) - [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) ### 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) ### 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! ### Statusline - [tjdevries/express_line.nvim](https://github.com/tjdevries/express_line.nvim) ### 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 !