vimPlugins.solarized-nvim: init at 2022-12-02

This commit is contained in:
"Zack Lalanne" 2023-01-22 14:27:24 -06:00
parent 60d9b29eb1
commit 3ffdf2419d
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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/,,