mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
vimPlugins.ci_dark: init at 2020-11-07
This commit is contained in:
parent
3f1970afab
commit
afeb9976ad
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue