add rust-analyzer
This commit is contained in:
parent
94a1c66006
commit
484d1b42db
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ let dsquotes = "''"; in
|
||||||
"nix"
|
"nix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
rust = {
|
||||||
|
command = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
||||||
|
filetypes = [
|
||||||
|
"rs"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue