forked from mirrors/nixpkgs
vimPlugins.ssr-nvim: init at 2022-11-24
This commit is contained in:
parent
55870007c7
commit
ed360a1c0a
|
@ -7369,6 +7369,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/chr4/sslsecure.vim/";
|
||||
};
|
||||
|
||||
ssr-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "ssr.nvim";
|
||||
version = "2022-11-24";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cshuaimin";
|
||||
repo = "ssr.nvim";
|
||||
rev = "7ce979b46bd9a0b828ca60b1d8b6ba2d172b07ef";
|
||||
sha256 = "1n1pgd9qky89xnjs33p0avl5w34kck191nwi5mpf2431fn85qz4k";
|
||||
};
|
||||
meta.homepage = "https://github.com/cshuaimin/ssr.nvim/";
|
||||
};
|
||||
|
||||
stabilize-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "stabilize.nvim";
|
||||
version = "2022-10-06";
|
||||
|
|
|
@ -749,6 +749,10 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
ssr = super.ssr-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ nvim-treesitter ];
|
||||
});
|
||||
|
||||
statix = buildVimPluginFrom2Nix rec {
|
||||
inherit (statix) pname src meta;
|
||||
version = "0.1.0";
|
||||
|
|
|
@ -618,6 +618,7 @@ https://github.com/AndrewRadev/splitjoin.vim/,,
|
|||
https://github.com/tami5/sqlite.lua/,,
|
||||
https://github.com/srcery-colors/srcery-vim/,,
|
||||
https://github.com/chr4/sslsecure.vim/,,
|
||||
https://github.com/cshuaimin/ssr.nvim/,HEAD,
|
||||
https://github.com/luukvbaal/stabilize.nvim/,,
|
||||
https://github.com/eigenfoo/stan-vim/,,
|
||||
https://github.com/darfink/starsearch.vim/,,
|
||||
|
|
Loading…
Reference in a new issue