mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(ui): add 'winbar'
Adds support for a bar at the top of each window, enabled through the `'winbar'` option. Co-authored-by: Björn Linse <bjorn.linse@gmail.com>
This commit is contained in:
@@ -103,9 +103,11 @@ static const char *highlight_init_both[] = {
|
||||
"TabLineFill cterm=reverse gui=reverse",
|
||||
"TabLineSel cterm=bold gui=bold",
|
||||
"TermCursor cterm=reverse gui=reverse",
|
||||
"WinBar cterm=bold gui=bold",
|
||||
"WildMenu ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black",
|
||||
"default link VertSplit Normal",
|
||||
"default link WinSeparator VertSplit",
|
||||
"default link WinBarNC WinBar",
|
||||
"default link EndOfBuffer NonText",
|
||||
"default link LineNrAbove LineNr",
|
||||
"default link LineNrBelow LineNr",
|
||||
|
Reference in New Issue
Block a user