mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras.python-semshi): improve highlights
This commit is contained in:
parent
e7130c8250
commit
5aa1729e6c
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
Reference in a new issue