vimPlugins.improved-search-nvim: init at 2023-12-21

This commit is contained in:
Gaetan Lepage 2024-03-28 10:06:46 +01:00 committed by Matthieu Coudron
parent 1d6b803271
commit 01e1f71fdf
2 changed files with 13 additions and 0 deletions

View File

@ -17057,5 +17057,17 @@ final: prev:
meta.homepage = "https://github.com/GCBallesteros/jupytext.nvim/";
};
improved-search-nvim = buildVimPlugin {
pname = "improved-search-nvim";
version = "2023-12-21";
src = fetchFromGitHub {
owner = "backdround";
repo = "improved-search.nvim";
rev = "9480bfb0e05f990a1658464c1d349dd2acfb9c34";
sha256 = "sha256-k35uJZfarjRskS9MgCjSQ3gfl57d+r8vWvw0Uq16Z30=";
};
meta.homepage = "https://github.com/backdround/improved-search.nvim/";
};
}

View File

@ -395,6 +395,7 @@ https://github.com/edwinb/idris2-vim/,,
https://github.com/3rd/image.nvim/,HEAD,
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
https://github.com/lewis6991/impatient.nvim/,,
https://github.com/backdround/improved-search.nvim/,HEAD,
https://github.com/smjonas/inc-rename.nvim/,HEAD,
https://github.com/nishigori/increment-activator/,,
https://github.com/haya14busa/incsearch-easymotion.vim/,,