neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.15k stars 953 forks source link

The documentation has incorrect installation instructions for NeoBundle #5013

Closed mikev9 closed 1 month ago

mikev9 commented 1 month ago

Incorrect(an outdated version will be installed) instructions here: https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim#using-neobundle

Which leads to such problems: https://github.com/fannheyward/coc-pyright/issues/1078

Apparently, for NeoBundle in the vim config, you need to write the following line: NeoBundle 'neoclide/coc.nvim', {'branch': 'master', 'build': 'npm ci'}

fannheyward commented 1 month ago

Updated