Skip to content

Commit

Permalink
fix(lsp): fix incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 29, 2024
1 parent 310b7d2 commit 7c195fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local function callback(opts)
["@lsp.type.operator"] = { link = "Operator" },
["@lsp.type.parameter"] = { link = "@parameter" },
["@lsp.type.property"] = { link = "@property" },
["@lsp.type.variable"] = { link = "@lsp.type.variable" },
["@lsp.type.variable"] = { link = "Identifier" },
["@lsp.typemod.enumMember.defaultLibrary"] = {
fg = opts.simple_syntax_colors and C.syntax.blue or C.syntax.cyan,
bg = C.none,
Expand Down

0 comments on commit 7c195fa

Please sign in to comment.