tabline/bufferline: fix default value of `highlights`

This commit is contained in:
diniamo 2024-06-28 16:09:19 +02:00
parent dde2b5cac4
commit 72ff44c1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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.