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

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

parent c721e4c3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,