vimPlugins.ci_dark: init at 2020-11-07

This commit is contained in:
"Andrey Kuznetsov" 2020-11-19 00:54:19 +04:00
parent 3f1970afab
commit afeb9976ad
2 changed files with 13 additions and 0 deletions

View file

@ -351,6 +351,18 @@ let
meta.homepage = "https://github.com/chrisbra/CheckAttach/";
};
ci_dark = buildVimPluginFrom2Nix {
pname = "ci_dark";
version = "2020-11-07";
src = fetchFromGitHub {
owner = "chuling";
repo = "ci_dark";
rev = "8a53f6267dffd1dea3f50adc4b61653178c00115";
sha256 = "1bwprg23d593pplm5cwfkg5yj0i8k2gqb3aj8yp8sdiccikfbswk";
};
meta.homepage = "https://github.com/chuling/ci_dark/";
};
clang_complete = buildVimPluginFrom2Nix {
pname = "clang_complete";
version = "2020-09-18";

View file

@ -53,6 +53,7 @@ chrisgeo/sparkup
chriskempson/base16-vim
christoomey/vim-sort-motion
christoomey/vim-tmux-navigator
chuling/ci_dark
ckarnell/antonys-macro-repeater
cloudhead/neovim-fuzzy
CoatiSoftware/vim-sourcetrail