Skip to content

Commit

Permalink
fix(extras.python-semshi): improve highlights (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Oct 25, 2023
1 parent 61fae7d commit 3795358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/lazyvim/plugins/extras/lang/python-semshi.lua
Expand Up @@ -17,13 +17,14 @@ return {
-- Only add style, inherit or link to the LSP's colors
vim.cmd([[
highlight! semshiGlobal gui=italic
highlight! semshiImported gui=bold
highlight! link semshiImported @none
highlight! link semshiParameter @lsp.type.parameter
highlight! link semshiParameterUnused DiagnosticUnnecessary
highlight! link semshiBuiltin @function.builtin
highlight! link semshiAttribute @attribute
highlight! link semshiAttribute @field
highlight! link semshiSelf @lsp.type.selfKeyword
highlight! link semshiUnresolved @lsp.type.unresolvedReference
highlight! link semshiFree @none
]])
end,
})
Expand Down

0 comments on commit 3795358

Please sign in to comment.