mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-01 21:14:38 +02:00
fix(extras.python-semshi): improve highlights (#1845)
This commit is contained in:
parent
61fae7d23f
commit
37953585bb
1 changed files with 3 additions and 2 deletions
|
@ -17,13 +17,14 @@ return {
|
||||||
-- Only add style, inherit or link to the LSP's colors
|
-- Only add style, inherit or link to the LSP's colors
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
highlight! semshiGlobal gui=italic
|
highlight! semshiGlobal gui=italic
|
||||||
highlight! semshiImported gui=bold
|
highlight! link semshiImported @none
|
||||||
highlight! link semshiParameter @lsp.type.parameter
|
highlight! link semshiParameter @lsp.type.parameter
|
||||||
highlight! link semshiParameterUnused DiagnosticUnnecessary
|
highlight! link semshiParameterUnused DiagnosticUnnecessary
|
||||||
highlight! link semshiBuiltin @function.builtin
|
highlight! link semshiBuiltin @function.builtin
|
||||||
highlight! link semshiAttribute @attribute
|
highlight! link semshiAttribute @field
|
||||||
highlight! link semshiSelf @lsp.type.selfKeyword
|
highlight! link semshiSelf @lsp.type.selfKeyword
|
||||||
highlight! link semshiUnresolved @lsp.type.unresolvedReference
|
highlight! link semshiUnresolved @lsp.type.unresolvedReference
|
||||||
|
highlight! link semshiFree @none
|
||||||
]])
|
]])
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue