From 5261efaa337e0419dba022bf49d9094c641c187e Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 2 Jul 2024 10:10:29 -0400 Subject: [PATCH] feat(nvim): Enable opts.plugins.auto for tokyonight.nvim --- nvim/lua/my/configure/colorscheme.lua | 1 + 1 file changed, 1 insertion(+) 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