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 4043 meta.homepage = "https://github.com/nvimdev/guard-collection/"; 4044 4044 }; 4045 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 + 4046 4058 guess-indent-nvim = buildVimPlugin { 4047 4059 pname = "guess-indent.nvim"; 4048 4060 version = "2023-04-03";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 586 586 dependencies = with self; [ plenary-nvim ]; 587 587 }; 588 588 589 + guard-nvim = super.guard-nvim.overrideAttrs { 590 + dependencies = with self; [ guard-collection ]; 591 + }; 592 + 589 593 harpoon = super.harpoon.overrideAttrs { 590 594 dependencies = with self; [ plenary-nvim ]; 591 595 };
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 337 337 https://github.com/sainnhe/gruvbox-material/,, 338 338 https://github.com/ellisonleao/gruvbox.nvim/,, 339 339 https://github.com/nvimdev/guard-collection/,HEAD, 340 + https://github.com/nvimdev/guard.nvim/,HEAD, 340 341 https://github.com/nmac427/guess-indent.nvim/,HEAD, 341 342 https://github.com/sjl/gundo.vim/,, 342 343 https://github.com/junegunn/gv.vim/,,