Commit 6df37dc6 authored by Gutyina Gergő's avatar Gutyina Gergő Committed by Matthieu Coudron
Browse files

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

parent d09d2d6a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4043,6 +4043,18 @@ final: prev:
    meta.homepage = "https://github.com/nvimdev/guard-collection/";
  };

  guard-nvim = buildVimPlugin {
    pname = "guard.nvim";
    version = "2023-11-27";
    src = fetchFromGitHub {
      owner = "nvimdev";
      repo = "guard.nvim";
      rev = "394317c25a6b0f0e064aebcfcf902e46fb0a04ba";
      sha256 = "sha256-Yva/mSn5RdvHLK5cVGHUCEHRauYrwy7wR2uDzyBM9sw=";
    };
    meta.homepage = "https://github.com/nvimdev/guard.nvim/";
  };

  guess-indent-nvim = buildVimPlugin {
    pname = "guess-indent.nvim";
    version = "2023-04-03";
+4 −0
Original line number Diff line number Diff line
@@ -586,6 +586,10 @@ self: super: {
    dependencies = with self; [ plenary-nvim ];
  };

  guard-nvim = super.guard-nvim.overrideAttrs {
    dependencies = with self; [ guard-collection ];
  };

  harpoon = super.harpoon.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ 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/nvimdev/guard.nvim/,HEAD,
https://github.com/nmac427/guess-indent.nvim/,HEAD,
https://github.com/sjl/gundo.vim/,,
https://github.com/junegunn/gv.vim/,,