mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
vimPlugins.vim-lightline-coc: init at 2020-11-15
This commit is contained in:
parent
8b8de560a9
commit
a3428b6470
@ -5703,6 +5703,18 @@ let
|
||||
meta.homepage = "https://github.com/ledger/vim-ledger/";
|
||||
};
|
||||
|
||||
vim-lightline-coc = buildVimPluginFrom2Nix {
|
||||
pname = "vim-lightline-coc";
|
||||
version = "2020-11-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "josa42";
|
||||
repo = "vim-lightline-coc";
|
||||
rev = "92a32b37ac1039ba39a451bd928bc62a316f0a7a";
|
||||
sha256 = "1qwim9y20ffn6dx4s69389w4d2c0rwlp7ri2pxhfb6bgyvibrc3s";
|
||||
};
|
||||
meta.homepage = "https://github.com/josa42/vim-lightline-coc/";
|
||||
};
|
||||
|
||||
vim-lion = buildVimPluginFrom2Nix {
|
||||
pname = "vim-lion";
|
||||
version = "2020-07-18";
|
||||
|
@ -200,6 +200,7 @@ jnurmine/zenburn
|
||||
jonbri/vim-colorstepper
|
||||
jonsmithers/vim-html-template-literals
|
||||
joonty/vim-xdebug
|
||||
josa42/vim-lightline-coc
|
||||
joshdick/onedark.vim
|
||||
jpalardy/vim-slime@main
|
||||
jparise/vim-graphql
|
||||
|
Loading…
Reference in New Issue
Block a user