Merge pull request #221077 from Aleksanaa/vimPlugins.searchbox-nvim

vimPlugins.searchbox-nvim: init at 2022-11-01
This commit is contained in:
figsoda 2023-03-13 18:51:39 -04:00 committed by GitHub
commit 734581f6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -7475,6 +7475,18 @@ final: prev:
meta.homepage = "https://github.com/cakebaker/scss-syntax.vim/";
};
searchbox-nvim = buildVimPluginFrom2Nix {
pname = "searchbox-nvim";
version = "2022-11-01";
src = fetchFromGitHub {
owner = "VonHeikemen";
repo = "searchbox.nvim";
rev = "110949af8963185b4e732b45ae57beb731bfcede";
hash = "sha256-Bx4Msp96hlcYVDvDC3gBv78zmde0T5XacxgiZt+LULU=";
};
meta.homepage = "https://github.com/VonHeikemen/searchbox.nvim";
};
securemodelines = buildVimPluginFrom2Nix {
pname = "securemodelines";
version = "2019-02-09";

View File

@ -628,6 +628,7 @@ https://github.com/lewis6991/satellite.nvim/,HEAD,
https://github.com/tiagovla/scope.nvim/,HEAD,
https://github.com/Xuyuanp/scrollbar.nvim/,,
https://github.com/cakebaker/scss-syntax.vim/,,
https://github.com/VonHeikemen/searchbox.nvim/,,
https://github.com/RobertAudi/securemodelines/,,
https://github.com/megaannum/self/,,
https://github.com/jaxbot/semantic-highlight.vim/,,