Skip to content

Commit 7c195fa

Browse files
committed
fix(lsp): fix incorrect link
1 parent 310b7d2 commit 7c195fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/lsp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local function callback(opts)
2525
["@lsp.type.operator"] = { link = "Operator" },
2626
["@lsp.type.parameter"] = { link = "@parameter" },
2727
["@lsp.type.property"] = { link = "@property" },
28-
["@lsp.type.variable"] = { link = "@lsp.type.variable" },
28+
["@lsp.type.variable"] = { link = "Identifier" },
2929
["@lsp.typemod.enumMember.defaultLibrary"] = {
3030
fg = opts.simple_syntax_colors and C.syntax.blue or C.syntax.cyan,
3131
bg = C.none,

0 commit comments

Comments
 (0)