Add bufferline,toggleterm and dependency assist

I've been working on a few plugins in Lua for neovim and thought they might be nice to add here. Let me know if any of them don't qualify etc.
This commit is contained in:
Akin 2020-11-10 21:53:15 +00:00 committed by Dave Lage
parent d8012e8b58
commit 42a96cb691

View file

@ -38,6 +38,7 @@ Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://git
### Terminal integration
- [nikvdp/neomux](https://github.com/nikvdp/neomux)
- [akinsho/nvim-toggleterm.lua](https://github.com/akinsho/nvim-toggleterm.lua)
### Snippets
@ -81,6 +82,7 @@ Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://git
### Tabline
- [romgrk/barbar.nvim](https://github.com/romgrk/barbar.nvim)
- [akinsho/nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua)
### Statusline
@ -94,6 +96,10 @@ Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://git
- [kyazdani42/nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) - A simple and fast file explorer tree for neovim !
### Dependency management
- [akinsho/dependency-assist.nvim](https://github.com/akinsho/dependency-assist.nvim) - Search for and add new dependencies (dart, for now but rust coming soon)
## Others
[Vimawesome](https://vimawesome.com/) showcases various plugins for vim and has a [neovim tag](https://vimawesome.com/?q=tag:neovim) for other plugins targeting neovim.