mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
heliz hints
This commit is contained in:
parent
67982bba9e
commit
bff24822e4
1 changed files with 18 additions and 0 deletions
|
|
@ -47,6 +47,24 @@
|
|||
language-servers = [ "pylsp" ];
|
||||
auto-format = true;
|
||||
}
|
||||
{
|
||||
name = "rust";
|
||||
language-servers = [ "rust-analyzer" ];
|
||||
auto-format = true;
|
||||
config = {
|
||||
rust-analyzer = {
|
||||
inlayHints = {
|
||||
bindingModeHints.enable = true;
|
||||
chainingHints.enable = true;
|
||||
closingBraceHints.enable = true;
|
||||
closureReturnTypeHints.enable = true;
|
||||
lifetimeElisionHints.enable = true;
|
||||
parameterHints.enable = true;
|
||||
reborrowHints.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
themes = {
|
||||
autumn_night_transparent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue