diff --git a/nvim/lua/my/configure/colorscheme.lua b/nvim/lua/my/configure/colorscheme.lua index b3278ddf..68ec2c85 100644 --- a/nvim/lua/my/configure/colorscheme.lua +++ b/nvim/lua/my/configure/colorscheme.lua @@ -78,6 +78,7 @@ return { opts = { style = 'night', dim_inactive = true, + plugins = { auto = true }, on_highlights = function(hl, c) hl.WinBar = { bg = c.fg_gutter } hl.WinBarNC = hl.WinBar