mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
fix: update config mason-lspconfig
This commit is contained in:
parent
b3f841d25c
commit
5dc5c723b2
2 changed files with 61 additions and 60 deletions
|
@ -21,6 +21,7 @@ return {
|
|||
hi(0, "WinBar", { bg = color.background })
|
||||
hi(0, "WinBarNC", { bg = color.background })
|
||||
hi(0, "NormalFloat", { bg = color.background })
|
||||
hi(0, "TabLine", { bg = color.background })
|
||||
hi(0, "NormalNC", { bg = color.background })
|
||||
hi(0, "@tag.delimiter.javascript", { fg = color.punctuation })
|
||||
hi(0, "@tag.delimiter.tsx", { fg = color.punctuation })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue