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 6d14583 commit 07e915dCopy full SHA for 07e915d
pub/vi/nix/default.nix
@@ -96,6 +96,9 @@ in
96
neoformat
97
vim-commentary
98
render-markdown-nvim
99
+ rust-vim
100
+ coc-snippets
101
+ unst.vimPlugins.coc-rust-analyzer
102
#
103
# Productivity
104
rust/flake.nix
@@ -16,8 +16,14 @@
16
pkgs = nixpkgs.legacyPackages.${system};
17
in {
18
devShells.default = pkgs.mkShell {
19
- packages = [
20
- pkgs.rustup
+ packages = with pkgs; [
+ bacon
21
+ cargo
22
+ cargo-edit
23
+ clippy
24
+ rust-analyzer
25
+ rustc
26
+ rustfmt
27
];
28
};
29
}
0 commit comments