vimPlugins.coc-markdownlint: fix by using nodePackage override

This commit is contained in:
Malo Bourgon
2020-11-27 15:06:15 -08:00
committed by Jonathan Ringer
parent 2e524698f6
commit 2c2ddbd819
3 changed files with 2 additions and 14 deletions
+2 -1
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"