We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f4e7b commit d90cb2dCopy full SHA for d90cb2d
apps/core/helix/language-servers.nix
@@ -64,7 +64,7 @@
64
command = lib.getExe pkgs-unstable.nixd;
65
args =
66
[
67
- "--inlay-hints=true"
+ "--inlay-hints=false" # Don't need package versions
68
"--semantic-tokens=true"
69
];
70
config.nixd = # DON'T MESS THIS KEY UP, IT WAS WHY THINGS WERE FAILING
0 commit comments