vimPlugins.auto-hlsearch-nvim: init at 2023-03-04

This commit is contained in:
Carlos A Becker 2023-03-29 14:47:19 -03:00
parent dfa10982fd
commit 9d2374df14
2 changed files with 13 additions and 0 deletions

View File

@ -737,6 +737,18 @@ final: prev:
meta.homepage = "https://github.com/hotwatermorning/auto-git-diff/";
};
auto-hlsearch-nvim = buildVimPluginFrom2Nix {
pname = "auto-hlsearch.nvim";
version = "2023-03-04";
src = fetchFromGitHub {
owner = "asiryk";
repo = "auto-hlsearch.nvim";
rev = "8f28246d53e9478717ca3b51c8112083fbebd7e3";
sha256 = "1v6d15swvbxzq0rqx543bbpy64jm7w2vj6di8qad0a58s9v68aq2";
};
meta.homepage = "https://github.com/asiryk/auto-hlsearch.nvim/";
};
auto-pairs = buildVimPluginFrom2Nix {
pname = "auto-pairs";
version = "2019-02-27";

View File

@ -60,6 +60,7 @@ https://github.com/skywind3000/asynctasks.vim/,,
https://github.com/vmchale/ats-vim/,,
https://github.com/ray-x/aurora/,,
https://github.com/hotwatermorning/auto-git-diff/,,
https://github.com/asiryk/auto-hlsearch.nvim/,HEAD,
https://github.com/jiangmiao/auto-pairs/,,
https://github.com/pocco81/auto-save.nvim/,HEAD,
https://github.com/rmagatti/auto-session/,,