mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
vimPlugins.solarized-nvim: init at 2022-12-02
This commit is contained in:
parent
60d9b29eb1
commit
3ffdf2419d
@ -7500,6 +7500,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/norcalli/snippets.nvim/";
|
||||
};
|
||||
|
||||
solarized-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "solarized.nvim";
|
||||
version = "2022-12-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "shaunsingh";
|
||||
repo = "solarized.nvim";
|
||||
rev = "36615f1e4d16b87def801a75132f4aab5944e9fc";
|
||||
sha256 = "1nn12zpsgiq9idsa93s04m8l2mpb2aq7f7n11cs2yhv2kbb9krlf";
|
||||
};
|
||||
meta.homepage = "https://github.com/shaunsingh/solarized.nvim/";
|
||||
};
|
||||
|
||||
sonokai = buildVimPluginFrom2Nix {
|
||||
pname = "sonokai";
|
||||
version = "2023-01-14";
|
||||
|
@ -630,6 +630,7 @@ https://github.com/kovisoft/slimv/,,
|
||||
https://github.com/gorkunov/smartpairs.vim/,,
|
||||
https://github.com/camspiers/snap/,,
|
||||
https://github.com/norcalli/snippets.nvim/,,
|
||||
https://github.com/shaunsingh/solarized.nvim/,HEAD,
|
||||
https://github.com/sainnhe/sonokai/,,
|
||||
https://github.com/chikatoike/sourcemap.vim/,,
|
||||
https://github.com/liuchengxu/space-vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user