mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
tabline/bufferline: fix default value of highlights
This commit is contained in:
parent
dde2b5cac4
commit
72ff44c1eb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in {
|
|||
setupOpts = mkPluginSetupOption "Bufferline-nvim" {
|
||||
highlights = mkOption {
|
||||
type = either attrs luaInline;
|
||||
default = null;
|
||||
default = {};
|
||||
description = ''
|
||||
Overrides the highlight groups of bufferline.
|
||||
|
||||
|
|
Loading…
Reference in a new issue