vimPlugins.coc-rust-analyzer: init at 2020-04-24
This commit is contained in:
parent
c0872bfc28
commit
59087de17b
3 changed files with 18 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue