vimPlugins.coc-rust-analyzer: init at 2020-04-24

This commit is contained in:
Sam Hug
2020-04-26 11:34:23 -07:00
parent c0872bfc28
commit 59087de17b
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -229,6 +229,12 @@ self: super: {
src = "${nodePackages.coc-rls}/lib/node_modules/coc-rls";
};
coc-rust-analyzer = buildVimPluginFrom2Nix {
pname = "coc-rust-analyzer";
version = nodePackages.coc-rust-analyzer.version;
src = "${nodePackages.coc-rust-analyzer}/lib/node_modules/coc-rust-analyzer";
};
coc-smartf = buildVimPluginFrom2Nix {
pname = "coc-smartf";
version = nodePackages.coc-smartf.version;