vimPlugins.vim-carbon-now-sh: init at 2019-02-14
This commit is contained in:
parent
2d101df18c
commit
770acba6de
|
@ -4320,6 +4320,18 @@ let
|
|||
meta.homepage = "https://github.com/qpkorr/vim-bufkill/";
|
||||
};
|
||||
|
||||
vim-carbon-now-sh = buildVimPluginFrom2Nix {
|
||||
pname = "vim-carbon-now-sh";
|
||||
version = "2019-02-14";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kristijanhusak";
|
||||
repo = "vim-carbon-now-sh";
|
||||
rev = "789b15d17966a1100ed2889d670923dd6d9ff063";
|
||||
sha256 = "1vfhdqv8mf8w0s4nv8k2rqzvahvh1lxm4zsd3ks1n334f580w8x4";
|
||||
};
|
||||
meta.homepage = "https://github.com/kristijanhusak/vim-carbon-now-sh/";
|
||||
};
|
||||
|
||||
vim-choosewin = buildVimPluginFrom2Nix {
|
||||
pname = "vim-choosewin";
|
||||
version = "2019-09-17";
|
||||
|
|
|
@ -233,6 +233,7 @@ konfekt/fastfold
|
|||
kristijanhusak/defx-git
|
||||
kristijanhusak/defx-icons
|
||||
kristijanhusak/deoplete-phpactor
|
||||
kristijanhusak/vim-carbon-now-sh
|
||||
kristijanhusak/vim-dirvish-git
|
||||
kristijanhusak/vim-hybrid-material
|
||||
kshenoy/vim-signature
|
||||
|
|
Loading…
Reference in New Issue