You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.6 KiB
Markdown

4 years ago
# awesome-neovim
Collections of awesome neovim plugins. Mostly targeting neovim specific features.
## Submissions
Make a pull request to add your neovim plugin.
## General
- [npxbr/glow.nvim](https://github.com/npxbr/glow.nvim)
## Syntax
- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
## LSP (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)
- [tjdevries/lsp_extensions.nvim](https://github.com/tjdevries/lsp_extensions.nvim)
## Snippets
- [norcalli/snippets.nvim](https://github.com/norcalli/snippets.nvim)
## Fuzzy
- [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)
## Games
- [ThePrimeagen/vim-be-good](https://github.com/ThePrimeagen/vim-be-good)
## 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
## Statusline
- [tjdevries/express_line.nvim](https://github.com/tjdevries/express_line.nvim)
## Plugin Managers
- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)