mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add utilyre/barbecue.nvim
(#600)
This commit is contained in:
parent
f846ef2700
commit
7f51f163c8
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
- [Color](#color)
|
||||
- [Colorscheme](#colorscheme)
|
||||
- [Colorscheme Creation](#colorscheme-creation)
|
||||
- [Winbar](#winbar)
|
||||
- [Statusline](#statusline)
|
||||
- [Tabline](#tabline)
|
||||
- [Winbar and Statusline component](#winbar-and-statusline-component)
|
||||
|
@ -404,6 +405,10 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
|
|||
- [echasnovski/mini.nvim#mini.base16](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-base16.md) - Module of `mini.nvim` with fast implementation of base16 theme for manually supplied palette.
|
||||
- [ThemerCorp/themer.lua](https://github.com/themercorp/themer.lua) - A simple highlighter plugin for neovim. It has a huge collection of colorschemes. It also has ability to create colorschemes for Vim/Neovim and other supported apps (such as kitty and alacritty).
|
||||
|
||||
### Winbar
|
||||
|
||||
- [utilyre/barbecue.nvim](https://github.com/utilyre/barbecue.nvim) - A VS Code like winbar for Neovim.
|
||||
|
||||
### Statusline
|
||||
|
||||
- [NTBBloodbath/galaxyline.nvim](https://github.com/NTBBloodbath/galaxyline.nvim) - Galaxyline componentizes Vim's statusline by having a provider for each text area. This means you can use the api provided by galaxyline to create the statusline that you want, easily.
|
||||
|
|
Loading…
Reference in a new issue