Skip to content

Commit

Permalink
fix(python-semshi): better highlights (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 27, 2024
1 parent bb1480a commit d945137
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/lazyvim/plugins/extras/lang/python-semshi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ return {
callback = function()
-- Only add style, inherit or link to the LSP's colors
vim.cmd([[
highlight! semshiGlobal gui=italic
highlight! link semshiGlobal @none
highlight! link semshiImported @none
highlight! link semshiParameter @lsp.type.parameter
highlight! link semshiParameterUnused DiagnosticUnnecessary
highlight! link semshiBuiltin @function.builtin
highlight! link semshiAttribute @field
highlight! link semshiSelf @lsp.type.selfKeyword
highlight! link semshiUnresolved @lsp.type.unresolvedReference
highlight! link semshiUnresolved @none
highlight! link semshiFree @none
highlight! link semshiAttribute @none
highlight! link semshiParameterUnused @none
]])
end,
})
Expand Down

0 comments on commit d945137

Please sign in to comment.