vimPlugins.coc-markdownlint: fix by using nodePackage override

This commit is contained in:
Malo Bourgon 2020-11-27 11:14:31 -08:00 committed by Jonathan Ringer
parent 2e524698f6
commit 2c2ddbd819
3 changed files with 2 additions and 14 deletions

View file

@ -447,18 +447,6 @@ let
meta.homepage = "https://github.com/antoinemadec/coc-fzf/";
};
coc-markdownlint = buildVimPluginFrom2Nix {
pname = "coc-markdownlint";
version = "2020-11-12";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-markdownlint";
rev = "a9304f7b096871e15c2992d0d09e7c7f3a3675d4";
sha256 = "0r7mr4qmw04hhxihfn4pndpv0dakwjcj6jf1jccgydxc35qv14vj";
};
meta.homepage = "https://github.com/fannheyward/coc-markdownlint/";
};
coc-neco = buildVimPluginFrom2Nix {
pname = "coc-neco";
version = "2020-04-07";

View file

@ -648,12 +648,12 @@ self: super: {
} // (
let
nodePackageNames = [
"coc-go"
"coc-css"
"coc-diagnostic"
"coc-emmet"
"coc-eslint"
"coc-git"
"coc-go"
"coc-highlight"
"coc-html"
"coc-imselect"
@ -661,6 +661,7 @@ self: super: {
"coc-jest"
"coc-json"
"coc-lists"
"coc-markdownlint"
"coc-metals"
"coc-pairs"
"coc-prettier"

View file

@ -109,7 +109,6 @@ ervandew/supertab
esneider/YUNOcommit.vim
euclidianAce/BetterLua.vim
euclio/vim-markdown-composer
fannheyward/coc-markdownlint
farmergreg/vim-lastplace
fatih/vim-go
fcpg/vim-osc52