Commit 83429e7c authored by Abhishek Singh's avatar Abhishek Singh Committed by Matthieu Coudron
Browse files

vimPlugins.scretch-nvim: init at 2024-10-20

parent 9dcad2b0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -18684,6 +18684,18 @@ final: prev:
    meta.homepage = "https://github.com/samodostal/image.nvim/";
  };
  scretch-nvim = buildVimPlugin {
    pname = "scretch.nvim";
    version = "2024-10-20";
    src = fetchFromGitHub {
      owner = "0xJohnnyboy";
      repo = "scretch.nvim";
      rev = "0b2fbd0ed285f74baab7396a4a08c7bb7a3653c1";
      sha256 = "sha256-BqCVe7dY6WNJZS2XTNcnvB9d+HoM0wUItmmVskEaVHQ=";
    };
    meta.homepage = "https://github.com/0xJohnnyboy/scretch.nvim/";
  };
  tinykeymap = buildVimPlugin {
    pname = "tinykeymap";
    version = "2024-02-17";
+4 −0
Original line number Diff line number Diff line
@@ -1861,6 +1861,10 @@ in
    nvimRequireCheck = "rustaceanvim";
  };

  scretch-nvim = super.scretch-nvim.overrideAttrs {
    nvimRequireCheck = "scretch";
  };

  sg-nvim = super.sg-nvim.overrideAttrs (
    old:
    let
+1 −0
Original line number Diff line number Diff line
@@ -905,6 +905,7 @@ https://github.com/vmware-archive/salt-vim/,,
https://github.com/lewis6991/satellite.nvim/,HEAD,
https://github.com/davidgranstrom/scnvim/,HEAD,
https://github.com/tiagovla/scope.nvim/,HEAD,
https://github.com/0xJohnnyboy/scretch.nvim/,HEAD,
https://github.com/Xuyuanp/scrollbar.nvim/,,
https://github.com/cakebaker/scss-syntax.vim/,,
https://github.com/VonHeikemen/searchbox.nvim/,,