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