vimPlugins.search-and-replace-nvim: init at 2025-06-16 (#417144)
This commit is contained in:
@@ -13199,6 +13199,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
search-and-replace-nvim = buildVimPlugin {
|
||||
pname = "search-and-replace.nvim";
|
||||
version = "2025-06-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mahyarmirrashed";
|
||||
repo = "search-and-replace.nvim";
|
||||
rev = "12dce26afc7f3c66d6ffbf2eae91ce19d4cdcc74";
|
||||
sha256 = "0i197fs58qk6mgqsxi7cacba8sya7kh9cdnnz6sa79ry42cdff6a";
|
||||
};
|
||||
meta.homepage = "https://github.com/mahyarmirrashed/search-and-replace.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
searchbox-nvim = buildVimPlugin {
|
||||
pname = "searchbox.nvim";
|
||||
version = "2025-01-09";
|
||||
|
||||
@@ -124,6 +124,9 @@
|
||||
uv,
|
||||
# nvim-vstsl dependencies
|
||||
vtsls,
|
||||
# search-and-replace.nvim dependencies
|
||||
fd,
|
||||
sad,
|
||||
}:
|
||||
self: super:
|
||||
let
|
||||
@@ -3022,6 +3025,13 @@ in
|
||||
dependencies = [ self.nui-nvim ];
|
||||
};
|
||||
|
||||
search-and-replace-nvim = super.search-and-replace-nvim.overrideAttrs {
|
||||
runtimeDeps = [
|
||||
fd
|
||||
sad
|
||||
];
|
||||
};
|
||||
|
||||
skim = buildVimPlugin {
|
||||
pname = "skim";
|
||||
inherit (skim) version;
|
||||
|
||||
@@ -1013,6 +1013,7 @@ 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/mahyarmirrashed/search-and-replace.nvim/,HEAD,
|
||||
https://github.com/VonHeikemen/searchbox.nvim/,,
|
||||
https://github.com/RobertAudi/securemodelines/,,
|
||||
https://github.com/megaannum/self/,,
|
||||
|
||||
Reference in New Issue
Block a user