feat: added barbecue support (#285)
* feat: add barbecue support * docs(readme): add barbecue to support list and provide sample config * fix(barbecue): use Special's fg (blue1) for context_null
This commit is contained in:
committed by
GitHub
parent
2c2287db18
commit
96fa7191e3
11
README.md
11
README.md
@@ -46,6 +46,7 @@ extra themes for Kitty, Alacritty, iTerm and Fish.
|
||||
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||
- [Dashboard](https://github.com/glepnir/dashboard-nvim)
|
||||
- [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
|
||||
- [Barbecue](https://github.com/utilyre/barbecue.nvim)
|
||||
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||
- [Lightline](https://github.com/itchyny/lightline.vim)
|
||||
- [Neogit](https://github.com/TimUntersberger/neogit)
|
||||
@@ -95,6 +96,16 @@ colorscheme tokyonight-moon
|
||||
vim.cmd[[colorscheme tokyonight]]
|
||||
```
|
||||
|
||||
To enable the `tokyonight` theme for `Barbecue`:
|
||||
|
||||
```lua
|
||||
require('barbecue').setup {
|
||||
-- ... your barbecue config
|
||||
theme = 'tokyonight',
|
||||
-- ... your barbecue config
|
||||
}
|
||||
```
|
||||
|
||||
To enable the `TokyoNight` theme for `Lualine`, simply specify it in your
|
||||
lualine settings:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user