vimPlugins.coc-vimlsp: fix by using nodePackage override

This commit is contained in:
Malo Bourgon 2020-11-27 11:21:43 -08:00 committed by Jonathan Ringer
parent 2c2ddbd819
commit da8bd7747d
3 changed files with 1 additions and 13 deletions

View File

@ -471,18 +471,6 @@ let
meta.homepage = "https://github.com/iamcco/coc-spell-checker/";
};
coc-vimlsp = buildVimPluginFrom2Nix {
pname = "coc-vimlsp";
version = "2020-08-01";
src = fetchFromGitHub {
owner = "iamcco";
repo = "coc-vimlsp";
rev = "efb672fe82d8619d83d3978714393e13aee8e296";
sha256 = "16whzvyzbx8zh7z33w7pir264dmbapkanb15mkazfhkh0wm3sfvf";
};
meta.homepage = "https://github.com/iamcco/coc-vimlsp/";
};
coc-nvim = buildVimPluginFrom2Nix {
pname = "coc-nvim";
version = "2020-11-17";

View File

@ -678,6 +678,7 @@ self: super: {
"coc-tslint-plugin"
"coc-tsserver"
"coc-vetur"
"coc-vimlsp"
"coc-vimtex"
"coc-wxml"
"coc-yaml"

View File

@ -161,7 +161,6 @@ hsanson/vim-android
hsitz/VimOrganizer
hugolgst/vimsence
iamcco/coc-spell-checker
iamcco/coc-vimlsp
ianks/vim-tsx
idanarye/vim-merginal
idris-hackers/idris-vim