Skip to content

Commit 33ec72b

Browse files
committed
refactor(neovim): prefer cargo clippy
1 parent 74c4746 commit 33ec72b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

home-manager/common/nixvim/lsp.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
package = null; # rust-analyzer should be managed by rustup
6767
installCargo = false;
6868
installRustc = false;
69+
settings = {
70+
check = {
71+
command = "clippy";
72+
};
73+
};
6974
};
7075
};
7176
plugins.luasnip.enable = true;

0 commit comments

Comments
 (0)