vimPlugins.coc-rust-analyzer: init at 2020-04-24
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user