awesome-neovim/README.md

59 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-18 18:41:01 +00:00
# awesome-neovim
Collections of awesome neovim plugins. Mostly targeting neovim specific features.
## Submissions
Make a pull request to add your neovim plugin.
2020-09-21 02:04:51 +00:00
## Wishlist
Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://github.com/nvim-lua/wishlist). Lua developers are seething at the mouth to make your dreams come true.
## Plugins
### General
- [npxbr/glow.nvim](https://github.com/npxbr/glow.nvim)
2020-09-21 02:04:51 +00:00
### Syntax
- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
2020-09-21 02:04:51 +00:00
### 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)
2020-09-21 02:04:51 +00:00
### Snippets
2020-09-18 18:53:36 +00:00
- [norcalli/snippets.nvim](https://github.com/norcalli/snippets.nvim)
2020-09-18 18:53:36 +00:00
2020-09-21 02:04:51 +00:00
### Fuzzy
- [nvim-lua/telescope.nvim](https://github.com/nvim-lua/telescope.nvim)
2020-09-21 02:04:51 +00:00
### 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)
2020-09-21 02:04:51 +00:00
### Games
- [ThePrimeagen/vim-be-good](https://github.com/ThePrimeagen/vim-be-good)
2020-09-21 02:04:51 +00:00
### Lua Development
2020-09-19 01:53:20 +00:00
- [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
2020-09-21 02:04:51 +00:00
### Statusline
- [tjdevries/express_line.nvim](https://github.com/tjdevries/express_line.nvim)
2020-09-21 02:04:51 +00:00
### Plugin Managers
- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)