Merge pull request #135902 from figsoda/crates.nvim
vimPlugins.crates-nvim: init at 2021-09-03
This commit is contained in:
commit
4b286fd5f4
@ -1000,6 +1000,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/nixprime/cpsm/";
|
meta.homepage = "https://github.com/nixprime/cpsm/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
crates-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "crates.nvim";
|
||||||
|
version = "2021-09-03";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "saecki";
|
||||||
|
repo = "crates.nvim";
|
||||||
|
rev = "ffec425ab2052850f93e9617f308b26d625e85fc";
|
||||||
|
sha256 = "06qjyqpbfv0dj7gpqdrx7dzm3j554n90ic6i7ljb4nh16v17k0dz";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/saecki/crates.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
csapprox = buildVimPluginFrom2Nix {
|
csapprox = buildVimPluginFrom2Nix {
|
||||||
pname = "csapprox";
|
pname = "csapprox";
|
||||||
version = "2013-07-27";
|
version = "2013-07-27";
|
||||||
|
@ -627,6 +627,7 @@ rust-lang/rust.vim
|
|||||||
ryanoasis/vim-devicons
|
ryanoasis/vim-devicons
|
||||||
ryvnf/readline.vim
|
ryvnf/readline.vim
|
||||||
saadparwaiz1/cmp_luasnip
|
saadparwaiz1/cmp_luasnip
|
||||||
|
saecki/crates.nvim
|
||||||
sainnhe/edge
|
sainnhe/edge
|
||||||
sainnhe/gruvbox-material
|
sainnhe/gruvbox-material
|
||||||
sainnhe/sonokai
|
sainnhe/sonokai
|
||||||
|
Loading…
Reference in New Issue
Block a user