feat: add hl LspInfoBorder (#236)

This commit is contained in:
Loong Wang
2022-10-06 05:22:49 +08:00
committed by GitHub
parent 459678063f
commit a950f62157

View File

@@ -192,6 +192,8 @@ function M.setup()
LspSignatureActiveParameter = { fg = c.orange },
LspCodeLens = { fg = c.comment },
LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },
ALEErrorSign = { fg = c.error },
ALEWarningSign = { fg = c.warning },