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

This commit is contained in:
Sam Hug 2020-04-24 11:42:22 -07:00
parent c0872bfc28
commit 59087de17b
3 changed files with 18 additions and 0 deletions

View file

@ -603,6 +603,17 @@ let
meta.homepage = "https://github.com/neoclide/coc-rls/";
};
coc-rust-analyzer = buildVimPluginFrom2Nix {
pname = "coc-rust-analyzer";
version = "2020-04-24";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-rust-analyzer";
rev = "1dcdf6768520bff29921c50ef904478cbdfe0fb8";
sha256 = "1p6hyixx9bjpyy42g2w4bnxwv9hafs5ppsx1fq8gndnq3nsjcyl3";
};
};
coc-smartf = buildVimPluginFrom2Nix {
pname = "coc-smartf";
version = "2019-07-26";

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;

View file

@ -97,6 +97,7 @@ enomsg/vim-haskellConcealPlus
ensime/ensime-vim
ervandew/supertab
esneider/YUNOcommit.vim
fannheyward/coc-rust-analyzer
farmergreg/vim-lastplace
fatih/vim-go
FelikZ/ctrlp-py-matcher