-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coc-lua break with new language server #71
Comments
The same is happening with me. |
Same here. Installed neovim 0.5, was prompted to run CocCommand lua.update. That failed. I uninstalled and resinstalled coc-lua and get the following:
|
I've got the same problem. As a workaround I did the following: first, I did a |
This worked perfectly. Thank you! Note for Windows users, the path to the coc-lua-data dir is slightly different. You'll probably find the directory here: ~\AppData\Local\coc\extensions\coc-lua-data. |
Yep, this is actually a duplicate of #65. coc-lua just doesn't update coc-lua-binaries, if you scrap it and its coc-lua-data directory, it works fine. |
Same problem here! |
There's 5 issues currently open, 4 of them are about this update thing. |
I highly recommend coc-sumneko-lua over coc-lua, which currently is not being actively maintained. |
When prompted for updating new version of lua language server, I processed and get the following errors:
[coc.nvim] [14:13:56.486][error][#0:script/library.lua:233]: script/library.lua:197: attempt to call a nil value (field 'get')
[coc.nvim] Server lua failed to start: Error: [14:13:56.486][error][#0:script/library.lua:233]: script/library.lua:197: attempt to call a nil value (field 'get')
cos-lua: 1.0.1
neovim: 0.5 stable
Thank you and best regards!
The text was updated successfully, but these errors were encountered: