Skip to content

Commit

Permalink
feat(nvim): Enable opts.plugins.auto for tokyonight.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 2, 2024
1 parent 0e7c3f7 commit 5261efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/configure/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5261efa

Please sign in to comment.