We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310b7d2 commit 7c195faCopy full SHA for 7c195fa
lua/astrotheme/groups/lsp.lua
@@ -25,7 +25,7 @@ local function callback(opts)
25
["@lsp.type.operator"] = { link = "Operator" },
26
["@lsp.type.parameter"] = { link = "@parameter" },
27
["@lsp.type.property"] = { link = "@property" },
28
- ["@lsp.type.variable"] = { link = "@lsp.type.variable" },
+ ["@lsp.type.variable"] = { link = "Identifier" },
29
["@lsp.typemod.enumMember.defaultLibrary"] = {
30
fg = opts.simple_syntax_colors and C.syntax.blue or C.syntax.cyan,
31
bg = C.none,
0 commit comments