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/";
|
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 {
|
clang_complete = buildVimPluginFrom2Nix {
|
||||||
pname = "clang_complete";
|
pname = "clang_complete";
|
||||||
version = "2020-09-18";
|
version = "2020-09-18";
|
||||||
|
@ -53,6 +53,7 @@ chrisgeo/sparkup
|
|||||||
chriskempson/base16-vim
|
chriskempson/base16-vim
|
||||||
christoomey/vim-sort-motion
|
christoomey/vim-sort-motion
|
||||||
christoomey/vim-tmux-navigator
|
christoomey/vim-tmux-navigator
|
||||||
|
chuling/ci_dark
|
||||||
ckarnell/antonys-macro-repeater
|
ckarnell/antonys-macro-repeater
|
||||||
cloudhead/neovim-fuzzy
|
cloudhead/neovim-fuzzy
|
||||||
CoatiSoftware/vim-sourcetrail
|
CoatiSoftware/vim-sourcetrail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user