Skip to content

Commit

Permalink
fix(nvim): workaround for winbar background issue
Browse files Browse the repository at this point in the history
  • Loading branch information
registerGen committed Dec 9, 2023
1 parent 621fd9c commit e6042aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugincfg/sonokai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ M.config = function()
vim.api.nvim_set_hl(0, "TSParameter", { link = "OrangeItalic", default = false })
vim.api.nvim_set_hl(0, "TSParameterReference", { link = "OrangeItalic", default = false })
vim.api.nvim_set_hl(0, "NoicePopupmenuMatch", { link = "CmpItemAbbrMatch", default = false })
vim.api.nvim_set_hl(0, "WinBar", { bg = "NONE", default = false })
vim.cmd([[
hi! link @lsp.type.class TSClass
hi! link @lsp.type.comment TSComment
Expand Down

0 comments on commit e6042aa

Please sign in to comment.