Fix types hl group for rust

This commit is contained in:
Martin Larsson 2025-01-11 00:57:38 +01:00
parent cd58f818fa
commit c2b6c481e4

View file

@ -50,6 +50,9 @@ return {
default_type = {
fg = colors.regexp
},
type = {
fg = colors.entity,
},
}
ayu.setup({
@ -76,6 +79,7 @@ return {
-- CPP
--
-- Rust
["@lsp.type.struct.rust"] = overrides.type,
["@lsp.type.namespace.rust"] = overrides.namespace,
["@lsp.type.builtinType.rust"] = overrides.default_type,
-- Rust