Closed SichangHe closed 2 years ago
Go to /Users/username/.local/share/dein/repos/github.com/fannheyward/coc-markdownlint/lib/index.js:8289
which says
rule["information"] = new URL(`${homepage}/blob/v${version}/doc/Rules.md#${name}`);
and comment it out…
It's not a runtimepath issue, but global module.
I have read the issues you linked, but I have not figured out how to properly fix this issue. Could you please provide some information regarding that?
@SichangHe this has been fixed in coc.nvim latest release.
I see. I can confirm. Forgot to update coc.nvim as well. Thank you very much.
Result from CocInfo
Describe the bug
If I install markdownlint using
:CocInstall coc-markdownlint
, it works. If I install markdownlint to~/.local/share/dein/repos/github.com/fannheyward/coc-markdownlint
using dein, and then add it to runtimepath, and then load coc, it fails to load.Reproduce the bug
~/.local/share/dein/repos/github.com/fannheyward/coc-markdownlint
, coc to~/.local/share/dein/repos/github.com/neoclide/coc.nvim_release
~/.config/nvim/init.lua
: