Merge pull request #228598 from YorikSar/vim-solarized8

vimPlugins.vim-solarized8: init at 2023-02-25
This commit is contained in:
figsoda 2023-04-27 19:50:16 -04:00 committed by GitHub
commit 66fab963c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -13209,6 +13209,18 @@ final: prev:
meta.homepage = "https://github.com/honza/vim-snippets/";
};
vim-solarized8 = buildVimPluginFrom2Nix {
pname = "vim-solarized8";
version = "2023-02-25";
src = fetchFromGitHub {
owner = "lifepillar";
repo = "vim-solarized8";
rev = "bcd4e74e9850fd59ee0294a5c3ae958ed535cc52";
sha256 = "00qhqy511wdcmlsglwhqsd6gffagjmdz0wl5627a3nwmxs8p45sa";
};
meta.homepage = "https://github.com/lifepillar/vim-solarized8/";
};
vim-solidity = buildVimPluginFrom2Nix {
pname = "vim-solidity";
version = "2018-04-17";

View File

@ -1110,6 +1110,7 @@ https://github.com/justinmk/vim-sneak/,,
https://github.com/garbas/vim-snipmate/,,
https://github.com/honza/vim-snippets/,,
https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets
https://github.com/lifepillar/vim-solarized8/,HEAD,
https://github.com/tomlion/vim-solidity/,,
https://github.com/christoomey/vim-sort-motion/,,
https://github.com/tpope/vim-speeddating/,,