vimPlugins.guard-collection: init at 2023-11-13

authored by gepbird.tngl.sh and committed by Matthieu Coudron d09d2d6a c721e4c3

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 4031 4031 meta.homepage = "https://github.com/ellisonleao/gruvbox.nvim/"; 4032 4032 }; 4033 4033 4034 + guard-collection = buildVimPlugin { 4035 + pname = "guard-collection"; 4036 + version = "2023-11-13"; 4037 + src = fetchFromGitHub { 4038 + owner = "nvimdev"; 4039 + repo = "guard-collection"; 4040 + rev = "13e00d19f418d68977c6bc803f0d23d09dce580d"; 4041 + sha256 = "1zhq99hf722m5m842ghadj9akmb0y1sqkpmbhhk15jynnvv16ab6"; 4042 + }; 4043 + meta.homepage = "https://github.com/nvimdev/guard-collection/"; 4044 + }; 4045 + 4034 4046 guess-indent-nvim = buildVimPlugin { 4035 4047 pname = "guess-indent.nvim"; 4036 4048 version = "2023-04-03";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 336 336 https://github.com/eddyekofo94/gruvbox-flat.nvim/,, 337 337 https://github.com/sainnhe/gruvbox-material/,, 338 338 https://github.com/ellisonleao/gruvbox.nvim/,, 339 + https://github.com/nvimdev/guard-collection/,HEAD, 339 340 https://github.com/nmac427/guess-indent.nvim/,HEAD, 340 341 https://github.com/sjl/gundo.vim/,, 341 342 https://github.com/junegunn/gv.vim/,,