GideonWolfe / vim.reaper

💀 A Hackable, Fully Featured, Rice Friendly Neovim Configuration
286 stars 10 forks source link

ccls error #16

Closed N3r0m5ns3r closed 3 years ago

N3r0m5ns3r commented 3 years ago

if you get this error [coc.nvim] Unable to load global extension at /home/xxx/.config/coc/extensions/node_modules/coc-ccls: main file ./lib/extension.js not found, you may need to build the project. the npm package is broken the fix is: cd ~/.config/coc/extensions/node_modules/coc-ccls ln -s node_modules/ws/lib lib

GideonWolfe commented 3 years ago

Thanks for writing this up in case someone searches here for the solution! I always forget about this until I have to do my setup on another machine

N3r0m5ns3r commented 3 years ago

yeah same switched to nixOS and totally forgot about it