vimPlugins.nvim-scissors: init at 2024-10-30 (#352245)

This commit is contained in:
Gaétan Lepage
2024-11-01 22:52:44 +01:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -9233,6 +9233,18 @@ final: prev:
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
};
nvim-scissors = buildVimPlugin {
pname = "nvim-scissors";
version = "2024-10-30";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-scissors";
rev = "27213bd106239eeb8adbfdd4f346f76ccd50ce53";
sha256 = "sha256-8rOkXEhLNLLaYoBs5Ir3kIDYWPXyhmXL7PAsY2FiX2U=";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-scissors/";
};
nvim-search-and-replace = buildVimPlugin {
pname = "nvim-search-and-replace";
version = "2022-09-06";
@@ -1671,6 +1671,10 @@ in
}
);
nvim-scissors = super.nvim-scissors.overrideAttrs {
nvimRequireCheck = "scissors";
};
nvim-teal-maker = super.nvim-teal-maker.overrideAttrs {
postPatch = ''
substituteInPlace lua/tealmaker/init.lua \
@@ -776,6 +776,7 @@ https://github.com/olrtg/nvim-rename-state/,HEAD,
https://github.com/chrisgrieser/nvim-rip-substitute/,,
https://github.com/petertriho/nvim-scrollbar/,HEAD,
https://github.com/dstein64/nvim-scrollview/,,
https://github.com/chrisgrieser/nvim-scissors,HEAD,
https://github.com/s1n7ax/nvim-search-and-replace/,HEAD,
https://github.com/garymjr/nvim-snippets/,,
https://github.com/dcampos/nvim-snippy/,HEAD,