vimPlugins.onedark-vim: init at 2020-05-01
This commit is contained in:
parent
b9931ffe47
commit
b87ff37047
@ -2651,6 +2651,18 @@ let
|
|||||||
meta.homepage = "https://github.com/mhartington/oceanic-next/";
|
meta.homepage = "https://github.com/mhartington/oceanic-next/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
onedark-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "onedark-vim";
|
||||||
|
version = "2020-05-01";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "joshdick";
|
||||||
|
repo = "onedark.vim";
|
||||||
|
rev = "4bd965e29811e29e1c1b0819f3a63671d3e6ef28";
|
||||||
|
sha256 = "168zim0ifkg441iwwpxdb93fq4ap2ps0rnrad5lqycpgwr0v0bg2";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/joshdick/onedark.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
onehalf = buildVimPluginFrom2Nix {
|
onehalf = buildVimPluginFrom2Nix {
|
||||||
pname = "onehalf";
|
pname = "onehalf";
|
||||||
version = "2020-06-11";
|
version = "2020-06-11";
|
||||||
@ -6904,12 +6916,12 @@ let
|
|||||||
|
|
||||||
vista-vim = buildVimPluginFrom2Nix {
|
vista-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "vista-vim";
|
pname = "vista-vim";
|
||||||
version = "2020-06-19";
|
version = "2020-06-21";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "liuchengxu";
|
owner = "liuchengxu";
|
||||||
repo = "vista.vim";
|
repo = "vista.vim";
|
||||||
rev = "4465a93001fe2f7800569f63257446114d347a5b";
|
rev = "0b5ece152b56e424b6df6ca9545517007ceb840f";
|
||||||
sha256 = "1vhi7zqywk15yzigky9nhsgjcjn9qvnpfgdw8173bsxh260bf33k";
|
sha256 = "1dr98fibcpq6c1adsb4bnbbgg6gpk9brfy3kkrbl49jqf2120zww";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/liuchengxu/vista.vim/";
|
meta.homepage = "https://github.com/liuchengxu/vista.vim/";
|
||||||
};
|
};
|
||||||
|
@ -177,6 +177,7 @@ jonbri/vim-colorstepper
|
|||||||
jonsmithers/vim-html-template-literals
|
jonsmithers/vim-html-template-literals
|
||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
josa42/coc-go
|
josa42/coc-go
|
||||||
|
joshdick/onedark.vim
|
||||||
jpalardy/vim-slime
|
jpalardy/vim-slime
|
||||||
jparise/vim-graphql
|
jparise/vim-graphql
|
||||||
jparise/vim-phabricator
|
jparise/vim-phabricator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user