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 = {
|
default_type = {
|
||||||
fg = colors.regexp
|
fg = colors.regexp
|
||||||
},
|
},
|
||||||
|
type = {
|
||||||
|
fg = colors.entity,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
ayu.setup({
|
ayu.setup({
|
||||||
|
|
@ -76,6 +79,7 @@ return {
|
||||||
-- CPP
|
-- CPP
|
||||||
--
|
--
|
||||||
-- Rust
|
-- Rust
|
||||||
|
["@lsp.type.struct.rust"] = overrides.type,
|
||||||
["@lsp.type.namespace.rust"] = overrides.namespace,
|
["@lsp.type.namespace.rust"] = overrides.namespace,
|
||||||
["@lsp.type.builtinType.rust"] = overrides.default_type,
|
["@lsp.type.builtinType.rust"] = overrides.default_type,
|
||||||
-- Rust
|
-- Rust
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue