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/";
|
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 {
|
vim-lion = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-lion";
|
pname = "vim-lion";
|
||||||
version = "2020-07-18";
|
version = "2020-07-18";
|
||||||
|
|
|
@ -200,6 +200,7 @@ jnurmine/zenburn
|
||||||
jonbri/vim-colorstepper
|
jonbri/vim-colorstepper
|
||||||
jonsmithers/vim-html-template-literals
|
jonsmithers/vim-html-template-literals
|
||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
|
josa42/vim-lightline-coc
|
||||||
joshdick/onedark.vim
|
joshdick/onedark.vim
|
||||||
jpalardy/vim-slime@main
|
jpalardy/vim-slime@main
|
||||||
jparise/vim-graphql
|
jparise/vim-graphql
|
||||||
|
|
Loading…
Reference in New Issue