Collections of awesome Neovim plugins. Mostly targeting Neovim specific features.
Make a pull request to add your Neovim plugin.
Have a problem a plugin can solve? Add it to the nvim-lua wishlist.
Neovim supports a wide variety of UI's.
- yatli/fvim - Cross platform Neovim front-end UI, built with F# + Avalonia
- smolck/uivonim - Goal: Feature-rich cross-platform GUI that leverages the latest Neovim features
- qvacua/vimr - Neovim GUI for macOS in Swift
- hakulinen/gnvim - GUI for neovim, without any web bloat
- Kethku/neovide - No Nonsense Neovim Client in Rust
- beeender/glrnvim - A terminal wrapper that launches neovim inside of alacritty.
- akiyosi/goneovim - Neovim GUI written in Golang, using a Golang qt backend
- DinVim - DinVim for macOS is a safe and secure working macOS sandbox environment that provide true macOS experience for Vim users.
- RMichelsen/Nvy - A Neovim client in C++
- npxbr/glow.nvim - Markdown preview using glow
- norcalli/snippets.nvim
- hrsh7th/vim-vsnip - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
- tjdevries/gruvbuddy.nvim - Gruvbox colors
- npxbr/gruvbox.nvim - Gruvbox community colorscheme lua port
- oberblastmeister/neuron.nvim - note taking plugin for neuron that integrates with telescope.nvim
Treesitter is a new system coming in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for treesitter highlight groups. Vim colorschemes will work with the new groups out of the box.
- bluz71/vim-nightfly-guicolors - nightfly is a dark GUI color scheme heavily inspired by Sarah Drasner's Night Owl theme.
- bluz71/vim-moonfly-colors - moonfly is a dark color scheme with Treesitter support
- ChristianChiarulli/nvcode-color-schemes.vim - nvcode, onedark, nord colorschemes with Treesitter support
- sainnhe/sonokai - High Contrast & Vivid Color Scheme based on Monokai Pro
- kyazdani42/blue-moon - A dark color scheme for Neovim derived from palenight and carbonight
- mhartington/oceanic-next - Oceanic Next theme for neovim
- Iron-E/nvim-highlite - A colorscheme template that is "lite" on logic for the developer.
- glepnir/zephyr-nvim - A dark colorscheme with treesitter support
- rockerBOO/boo-colorscheme-nvim - A colorscheme for Neovim with handcrafted support for LSP, Treesitter.
- jim-at-jibba/ariake-vim-colors - A port of the great Atom theme. Dark and light with Treesitter support
- Th3Whit3Wolf/onebuddy - Light and dark atom one theme
- RishabhRD/nvim-rdark - A dark colorscheme for neovim written in lua
- ishan9299/modus-theme-vim - This is a color scheme developed by Protesilaos Stavrou for emacs.
- sainnhe/edge - Clean & Elegant Color Scheme inspired by Atom One and Material
- theniceboy/nvim-deus - vim-deus with treesitter support
- bkegley/gloombuddy - Gloom inspired theme for neovim
- mfussenegger/nvim-dap - Debug Adapter Protocol client implementation for Neovim
- tjdevries/nlua.nvim - Lua Development for Neovim
- svermeulen/vimpeccable - Commands to help write your .vimrc in lua or any lua based language
- nanotee/nvim-lua-guide - A guide to using Lua in Neovim
- rafcamlet/nvim-luapad - Interactive real time neovim scratchpad for embedded lua engine - type and watch!
- Olical/aniseed - Configure and extend Neovim with Fennel (Lisp to Lua)
- glepnir/indent-guides.nvim indent plugin.
- kyazdani42/nvim-tree.lua - A simple and fast file explorer tree for neovim !
- akinsho/dependency-assist.nvim - Search for and add new dependencies (dart, for now but rust coming soon)
- f-person/git-blame.nvim - Show git blame info
- lewis6991/gitsigns.nvim - Git integration: signs, hunk actions, blame, etc
- glepnir/prodoc.nvim - comment and support generate annotation
Vimawesome showcases various plugins for vim and has a neovim tag for other plugins targeting neovim.
Most vim plugins also work for neovim! How cool is that!