mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
Merge pull request #221077 from Aleksanaa/vimPlugins.searchbox-nvim
vimPlugins.searchbox-nvim: init at 2022-11-01
This commit is contained in:
commit
734581f6c8
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user