mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
helix hints
This commit is contained in:
parent
746576d234
commit
41970f6b7b
1 changed files with 15 additions and 7 deletions
|
|
@ -44,13 +44,21 @@
|
|||
rust-analyzer = {
|
||||
config = {
|
||||
inlayHints = {
|
||||
bindingModeHints = { enable = true; };
|
||||
chainingHints = { enable = true; };
|
||||
closingBraceHints = { enable = true; };
|
||||
closureReturnTypeHints = { enable = true; };
|
||||
lifetimeElisionHints = { enable = true; };
|
||||
parameterHints = { enable = true; };
|
||||
reborrowHints = { enable = true; };
|
||||
# bindingModeHints = { enable = true; };
|
||||
# chainingHints = { enable = true; };
|
||||
closingBraceHints = {
|
||||
enable = true;
|
||||
};
|
||||
closureReturnTypeHints = {
|
||||
enable = true;
|
||||
};
|
||||
lifetimeElisionHints = {
|
||||
enable = true;
|
||||
};
|
||||
parameterHints = {
|
||||
enable = true;
|
||||
};
|
||||
# reborrowHints = { enable = true; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue