Fix types hl group for rust
This commit is contained in:
parent
cd58f818fa
commit
c2b6c481e4
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue