mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
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:
parent
d8012e8b58
commit
42a96cb691
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue