Skip to content

Commit d90cb2d

Browse files
committed
helix: disable nixd inlay hints
1 parent 79f4e7b commit d90cb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/core/helix/language-servers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
command = lib.getExe pkgs-unstable.nixd;
6565
args =
6666
[
67-
"--inlay-hints=true"
67+
"--inlay-hints=false" # Don't need package versions
6868
"--semantic-tokens=true"
6969
];
7070
config.nixd = # DON'T MESS THIS KEY UP, IT WAS WHY THINGS WERE FAILING

0 commit comments

Comments
 (0)