Unverified Commit 23095dfd authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.vim-fold-cycle: init at 2020-05-11 (#395263)

parents 01022824 82b16da5
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -16822,6 +16822,32 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  vim-fold-cycle = buildVimPlugin {
    pname = "vim-fold-cycle";
    version = "2020-05-11";
    src = fetchFromGitHub {
      owner = "arecarn";
      repo = "vim-fold-cycle";
      rev = "23a87f3eb12b1b9d8927207353b0f7a5454d1c0b";
      sha256 = "11kx2grggkyfkspfhvg2wgvlzyhrirmrf1kw8r8h64sindypxfsg";
    };
    meta.homepage = "https://github.com/arecarn/vim-fold-cycle/";
    meta.hydraPlatforms = [ ];
  };
  vim-foldsearch = buildVimPlugin {
    pname = "vim-foldsearch";
    version = "2024-05-15";
    src = fetchFromGitHub {
      owner = "embear";
      repo = "vim-foldsearch";
      rev = "c67bc8b40f8d38bf5eb6e51cc631be6b682ac1b6";
      sha256 = "1cc2d4wpw16a9fcdaqjhxlz4v5qyh7945f596yxl6g81y031zmal";
    };
    meta.homepage = "https://github.com/embear/vim-foldsearch/";
    meta.hydraPlatforms = [ ];
  };
  vim-ft-diff_fold = buildVimPlugin {
    pname = "vim-ft-diff_fold";
    version = "2013-02-10";
+2 −0
Original line number Diff line number Diff line
@@ -1290,6 +1290,8 @@ https://github.com/dcharbon/vim-flatbuffers/,,
https://github.com/voldikss/vim-floaterm/,,
https://github.com/rbong/vim-flog/,,
https://github.com/thosakwe/vim-flutter/,,
https://github.com/arecarn/vim-fold-cycle/,HEAD,
https://github.com/embear/vim-foldsearch/,HEAD,
https://github.com/thinca/vim-ft-diff_fold/,,
https://github.com/tommcdo/vim-fubitive/,,
https://github.com/tpope/vim-fugitive/,,