vimPlugins.guard-nvim: init at 2023-11-27

authored by gepbird.tngl.sh and committed by Matthieu Coudron 6df37dc6 d09d2d6a

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 4043 meta.homepage = "https://github.com/nvimdev/guard-collection/"; 4044 }; 4045 4046 guess-indent-nvim = buildVimPlugin { 4047 pname = "guess-indent.nvim"; 4048 version = "2023-04-03";
··· 4043 meta.homepage = "https://github.com/nvimdev/guard-collection/"; 4044 }; 4045 4046 + guard-nvim = buildVimPlugin { 4047 + pname = "guard.nvim"; 4048 + version = "2023-11-27"; 4049 + src = fetchFromGitHub { 4050 + owner = "nvimdev"; 4051 + repo = "guard.nvim"; 4052 + rev = "394317c25a6b0f0e064aebcfcf902e46fb0a04ba"; 4053 + sha256 = "sha256-Yva/mSn5RdvHLK5cVGHUCEHRauYrwy7wR2uDzyBM9sw="; 4054 + }; 4055 + meta.homepage = "https://github.com/nvimdev/guard.nvim/"; 4056 + }; 4057 + 4058 guess-indent-nvim = buildVimPlugin { 4059 pname = "guess-indent.nvim"; 4060 version = "2023-04-03";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 586 dependencies = with self; [ plenary-nvim ]; 587 }; 588 589 harpoon = super.harpoon.overrideAttrs { 590 dependencies = with self; [ plenary-nvim ]; 591 };
··· 586 dependencies = with self; [ plenary-nvim ]; 587 }; 588 589 + guard-nvim = super.guard-nvim.overrideAttrs { 590 + dependencies = with self; [ guard-collection ]; 591 + }; 592 + 593 harpoon = super.harpoon.overrideAttrs { 594 dependencies = with self; [ plenary-nvim ]; 595 };
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 337 https://github.com/sainnhe/gruvbox-material/,, 338 https://github.com/ellisonleao/gruvbox.nvim/,, 339 https://github.com/nvimdev/guard-collection/,HEAD, 340 https://github.com/nmac427/guess-indent.nvim/,HEAD, 341 https://github.com/sjl/gundo.vim/,, 342 https://github.com/junegunn/gv.vim/,,
··· 337 https://github.com/sainnhe/gruvbox-material/,, 338 https://github.com/ellisonleao/gruvbox.nvim/,, 339 https://github.com/nvimdev/guard-collection/,HEAD, 340 + https://github.com/nvimdev/guard.nvim/,HEAD, 341 https://github.com/nmac427/guess-indent.nvim/,HEAD, 342 https://github.com/sjl/gundo.vim/,, 343 https://github.com/junegunn/gv.vim/,,