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/"; 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 { coc-neco = buildVimPluginFrom2Nix {
pname = "coc-neco"; pname = "coc-neco";
version = "2020-04-07"; version = "2020-04-07";

View File

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

View File

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