vimPlugins.scope-nvim: init at 2022-06-27

This commit is contained in:
Malo Bourgon 2022-10-18 19:03:39 -07:00 committed by Jonathan Ringer
parent 43ddc41dfa
commit 127724fcfc
2 changed files with 13 additions and 0 deletions

View file

@ -6851,6 +6851,18 @@ final: prev:
meta.homepage = "https://github.com/lewis6991/satellite.nvim/";
};
scope-nvim = buildVimPluginFrom2Nix {
pname = "scope.nvim";
version = "2022-06-27";
src = fetchFromGitHub {
owner = "tiagovla";
repo = "scope.nvim";
rev = "2db6d31de8e3a98d2b41c0f0d1f5dc299ee76875";
sha256 = "10l7avsjcgzh0s29az4zzskqcp9jw5xpvdiih02rf7c1j85zxm85";
};
meta.homepage = "https://github.com/tiagovla/scope.nvim/";
};
scrollbar-nvim = buildVimPluginFrom2Nix {
pname = "scrollbar.nvim";
version = "2022-06-16";

View file

@ -575,6 +575,7 @@ https://github.com/rust-lang/rust.vim/,,
https://github.com/hauleth/sad.vim/,,
https://github.com/vmware-archive/salt-vim/,,
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/RobertAudi/securemodelines/,,