vimPlugins.coc-lua: init at 2021-01-08

Fixes #109233
This commit is contained in:
Hugo Lageneste 2021-01-13 21:46:00 +01:00
parent 6eef2500e8
commit 4e76d1e2ee
No known key found for this signature in database
GPG Key ID: F62897BB4BF7B96A
2 changed files with 13 additions and 0 deletions

View File

@ -483,6 +483,18 @@ let
meta.homepage = "https://github.com/antoinemadec/coc-fzf/";
};
coc-lua = buildVimPluginFrom2Nix {
pname = "coc-lua";
version = "2021-01-08";
src = fetchFromGitHub {
owner = "josa42";
repo = "coc-lua";
rev = "ad83de5ef16299e026b7fce6a024c82b2b7110f5";
sha256 = "0b56af3z04vvlkr67yg3bfj71qycyhrv895p1sbfamj483hs7ds6";
};
meta.homepage = "https://github.com/josa42/coc-lua/";
};
coc-neco = buildVimPluginFrom2Nix {
pname = "coc-neco";
version = "2020-04-07";

View File

@ -206,6 +206,7 @@ jnurmine/zenburn
jonbri/vim-colorstepper
jonsmithers/vim-html-template-literals
joonty/vim-xdebug
josa42/coc-lua
josa42/vim-lightline-coc
joshdick/onedark.vim
jpalardy/vim-slime@main