Merge pull request #83502 from minijackson/vimPlugins-gruvbox-community-2020-02-24
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24
This commit is contained in:
commit
d8cb79d6a6
@ -1474,6 +1474,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gruvbox-community = buildVimPluginFrom2Nix {
|
||||||
|
pname = "gruvbox-community";
|
||||||
|
version = "2020-02-24";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "gruvbox-community";
|
||||||
|
repo = "gruvbox";
|
||||||
|
rev = "f5711c15480b83378bde13306fa997057c0c81cd";
|
||||||
|
sha256 = "0vx289a7av31dxm58c6kmfdnsrwnq1rzj5rwci2pqjdac8ds2qm0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gundo-vim = buildVimPluginFrom2Nix {
|
gundo-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "gundo-vim";
|
pname = "gundo-vim";
|
||||||
version = "2020-01-15";
|
version = "2020-01-15";
|
||||||
|
@ -397,18 +397,6 @@ self: super: {
|
|||||||
dependencies = with super; [ webapi-vim ];
|
dependencies = with super; [ webapi-vim ];
|
||||||
});
|
});
|
||||||
|
|
||||||
gruvbox-community = buildVimPluginFrom2Nix {
|
|
||||||
pname = "gruvbox-community";
|
|
||||||
version = "2019-05-31";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "gruvbox-community";
|
|
||||||
repo = "gruvbox";
|
|
||||||
rev = "e122091dad968a5524f3e8136615a479c7b6f247";
|
|
||||||
sha256 = "1hncjyfi1gbw62b2pngy5qxyzibrhbyzgfmm9a58sdh1272l8ls8";
|
|
||||||
};
|
|
||||||
meta.maintainers = with stdenv.lib.maintainers; [ minijackson ];
|
|
||||||
};
|
|
||||||
|
|
||||||
meson = buildVimPluginFrom2Nix {
|
meson = buildVimPluginFrom2Nix {
|
||||||
inherit (meson) pname version src;
|
inherit (meson) pname version src;
|
||||||
preInstall = "cd data/syntax-highlighting/vim";
|
preInstall = "cd data/syntax-highlighting/vim";
|
||||||
|
@ -119,6 +119,7 @@ google/vim-maktaba
|
|||||||
gorkunov/smartpairs.vim
|
gorkunov/smartpairs.vim
|
||||||
gotcha/vimelette
|
gotcha/vimelette
|
||||||
gregsexton/gitv
|
gregsexton/gitv
|
||||||
|
gruvbox-community/gruvbox as gruvbox-community
|
||||||
gu-fan/riv.vim
|
gu-fan/riv.vim
|
||||||
guns/vim-clojure-highlight
|
guns/vim-clojure-highlight
|
||||||
guns/vim-clojure-static
|
guns/vim-clojure-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user