vimPlugins.coc-rust-analyzer: init at 2020-04-24
This commit is contained in:
parent
c0872bfc28
commit
59087de17b
@ -603,6 +603,17 @@ let
|
|||||||
meta.homepage = "https://github.com/neoclide/coc-rls/";
|
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 {
|
coc-smartf = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-smartf";
|
pname = "coc-smartf";
|
||||||
version = "2019-07-26";
|
version = "2019-07-26";
|
||||||
|
@ -229,6 +229,12 @@ self: super: {
|
|||||||
src = "${nodePackages.coc-rls}/lib/node_modules/coc-rls";
|
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 {
|
coc-smartf = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-smartf";
|
pname = "coc-smartf";
|
||||||
version = nodePackages.coc-smartf.version;
|
version = nodePackages.coc-smartf.version;
|
||||||
|
@ -97,6 +97,7 @@ enomsg/vim-haskellConcealPlus
|
|||||||
ensime/ensime-vim
|
ensime/ensime-vim
|
||||||
ervandew/supertab
|
ervandew/supertab
|
||||||
esneider/YUNOcommit.vim
|
esneider/YUNOcommit.vim
|
||||||
|
fannheyward/coc-rust-analyzer
|
||||||
farmergreg/vim-lastplace
|
farmergreg/vim-lastplace
|
||||||
fatih/vim-go
|
fatih/vim-go
|
||||||
FelikZ/ctrlp-py-matcher
|
FelikZ/ctrlp-py-matcher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user