mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
vimPlugins.scope-nvim: init at 2022-06-27
This commit is contained in:
parent
43ddc41dfa
commit
127724fcfc
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user