neovim: disable typescript.showUnused
This commit is contained in:
parent
aac6406b9b
commit
48f93d7b98
1 changed files with 1 additions and 0 deletions
|
|
@ -158,5 +158,6 @@
|
||||||
"rust-analyzer.lens.enable" = false;
|
"rust-analyzer.lens.enable" = false;
|
||||||
"rust-analyzer.inlayHints.enable" = false;
|
"rust-analyzer.inlayHints.enable" = false;
|
||||||
"rust-analyzer.serverPath" = pkgs.rust-analyzer + "/bin/rust-analyzer";
|
"rust-analyzer.serverPath" = pkgs.rust-analyzer + "/bin/rust-analyzer";
|
||||||
|
"typescript.showUnused" = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue