mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add lsp info border
This commit is contained in:
parent
b770254b45
commit
ea2d26ba84
1 changed files with 3 additions and 0 deletions
|
|
@ -305,6 +305,9 @@ function M.get(config)
|
||||||
LspReferenceRead = { bg = p.highlight_med },
|
LspReferenceRead = { bg = p.highlight_med },
|
||||||
LspReferenceWrite = { bg = p.highlight_med },
|
LspReferenceWrite = { bg = p.highlight_med },
|
||||||
|
|
||||||
|
-- lsp border
|
||||||
|
LspInfoBorder = { link = "FloatBorder" },
|
||||||
|
|
||||||
-- lsp-highlight-codelens
|
-- lsp-highlight-codelens
|
||||||
LspCodeLens = { fg = p.subtle }, -- virtual text of code lens
|
LspCodeLens = { fg = p.subtle }, -- virtual text of code lens
|
||||||
LspCodeLensSeparator = { fg = p.highlight_high }, -- separator between two or more code lens
|
LspCodeLensSeparator = { fg = p.highlight_high }, -- separator between two or more code lens
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue