mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 13:44:13 +00:00
2.7 KiB
2.7 KiB
awesome-neovim
Collections of awesome Neovim plugins. Mostly targeting neovim specific features.
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.
Plugins
Plugin Managers
LSP
(requires Neovim Nightly)
- neovim/nvim-lspconfig
- nvim-lua/diagnostic-nvim
- nvim-lua/completion-nvim
- nvim-lua/lsp-status.nvim
- nvim-lua/lsp_extensions.nvim
- RishabhRD/nvim-lsputils
General
Syntax
Terminal integration
Snippets
- norcalli/snippets.nvim
- hrsh7th/vim-vsnip - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
Fuzzy Finder
Colors
Colorscheme
Treesitter Support
- bluz71/vim-nightfly-guicolors - nightfly is a dark GUI color scheme heavily inspired by Sarah Drasner's Night Owl theme.
- bluz71/vim-moonfly-colors
Neovim Lua Development
- 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
Lua
- rafcamlet/nvim-luapad - Interactive real time neovim scratchpad for embedded lua engine - type and watch!