chore: cleanup and format style changes
This commit is contained in:
@@ -142,15 +142,16 @@ return function(theme, palette)
|
||||
["@lsp.type.string"] = { link = "@string" },
|
||||
["@lsp.type.struct"] = { link = "@struct" },
|
||||
["@lsp.type.typeParameter"] = { link = "@type" },
|
||||
["@lsp.type.unresolvedReference"] = { fg = palette.purple },
|
||||
["@lsp.type.variable"] = { link = "@variable" },
|
||||
["@lsp.typemod.class.constructorOrDestructor"] = { link = "@constructor" },
|
||||
["@lsp.typemod.comment.documentation"] = { link = "@comment.documentation" },
|
||||
["@lsp.typemod.const.constant"] = { link = "Constant" },
|
||||
["@lsp.typemod.constParameter.constant"] = { link = "Constant" },
|
||||
["@lsp.typemod.derive.attribute"] = { fg = palette.blue },
|
||||
["@lsp.typemod.method"] = { link = "@method" },
|
||||
["@lsp.typemod.selfKeyword"] = theme.highlight_bold,
|
||||
["@lsp.typemod.string.attribute"] = { link = "String" }, -- Hmmmm
|
||||
["@lsp.typemod.string.attribute"] = { link = "String" },
|
||||
["@lsp.typemod.variable.readonly"] = { link = "Constant" },
|
||||
["@lsp.typemod.const.constant"] = { link = "Constant" },
|
||||
["@lsp.typemod.constParameter.constant"] = { link = "Constant" },
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user