Skip to content

Commit 83429e7

Browse files
abhisheksingh0x558teto
authored andcommitted
vimPlugins.scretch-nvim: init at 2024-10-20
1 parent 9dcad2b commit 83429e7

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18684,6 +18684,18 @@ final: prev:
1868418684
meta.homepage = "https://github.com/samodostal/image.nvim/";
1868518685
};
1868618686

18687+
scretch-nvim = buildVimPlugin {
18688+
pname = "scretch.nvim";
18689+
version = "2024-10-20";
18690+
src = fetchFromGitHub {
18691+
owner = "0xJohnnyboy";
18692+
repo = "scretch.nvim";
18693+
rev = "0b2fbd0ed285f74baab7396a4a08c7bb7a3653c1";
18694+
sha256 = "sha256-BqCVe7dY6WNJZS2XTNcnvB9d+HoM0wUItmmVskEaVHQ=";
18695+
};
18696+
meta.homepage = "https://github.com/0xJohnnyboy/scretch.nvim/";
18697+
};
18698+
1868718699
tinykeymap = buildVimPlugin {
1868818700
pname = "tinykeymap";
1868918701
version = "2024-02-17";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,10 @@ in
18611861
nvimRequireCheck = "rustaceanvim";
18621862
};
18631863

1864+
scretch-nvim = super.scretch-nvim.overrideAttrs {
1865+
nvimRequireCheck = "scretch";
1866+
};
1867+
18641868
sg-nvim = super.sg-nvim.overrideAttrs (
18651869
old:
18661870
let

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ https://github.com/vmware-archive/salt-vim/,,
905905
https://github.com/lewis6991/satellite.nvim/,HEAD,
906906
https://github.com/davidgranstrom/scnvim/,HEAD,
907907
https://github.com/tiagovla/scope.nvim/,HEAD,
908+
https://github.com/0xJohnnyboy/scretch.nvim/,HEAD,
908909
https://github.com/Xuyuanp/scrollbar.nvim/,,
909910
https://github.com/cakebaker/scss-syntax.vim/,,
910911
https://github.com/VonHeikemen/searchbox.nvim/,,

0 commit comments

Comments
 (0)