vimPlugins.guard-collection: init at 2023-11-13
This commit is contained in:
parent
c721e4c3bb
commit
d09d2d6a7a
@ -4031,6 +4031,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/ellisonleao/gruvbox.nvim/";
|
||||
};
|
||||
|
||||
guard-collection = buildVimPlugin {
|
||||
pname = "guard-collection";
|
||||
version = "2023-11-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvimdev";
|
||||
repo = "guard-collection";
|
||||
rev = "13e00d19f418d68977c6bc803f0d23d09dce580d";
|
||||
sha256 = "1zhq99hf722m5m842ghadj9akmb0y1sqkpmbhhk15jynnvv16ab6";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvimdev/guard-collection/";
|
||||
};
|
||||
|
||||
guess-indent-nvim = buildVimPlugin {
|
||||
pname = "guess-indent.nvim";
|
||||
version = "2023-04-03";
|
||||
|
@ -336,6 +336,7 @@ https://github.com/morhetz/gruvbox/,,
|
||||
https://github.com/eddyekofo94/gruvbox-flat.nvim/,,
|
||||
https://github.com/sainnhe/gruvbox-material/,,
|
||||
https://github.com/ellisonleao/gruvbox.nvim/,,
|
||||
https://github.com/nvimdev/guard-collection/,HEAD,
|
||||
https://github.com/nmac427/guess-indent.nvim/,HEAD,
|
||||
https://github.com/sjl/gundo.vim/,,
|
||||
https://github.com/junegunn/gv.vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user