coc-lua
coc-lua copied to clipboard
Lua language server extension using lua-lsp for coc.nvim.
Like https://luals.github.io/wiki/addons/#addon-manager a command to display lua addons, sounds like a coc list?
I don't want to manually adjust my workspace library whenever I install or remove a plugin. Luckily `vim.api.nvim_get_runtime_file('', true)` produces all the paths that nvim's lua interpreter looks for libraries...
The version that is shipped with `coc-lua` is too old. It has telemetry enabled with very questionable domain names by default. See: https://github.com/LuaLS/lua-language-server/issues/462 and https://github.com/LuaLS/lua-language-server/issues/1900 Thanks.
Similar with . `coc-lua` will download `lua-language-server`, but any program which respects FHS need to be `patchelf`ed to work in NixOS. Why not let it use system-wide `lua-language-server`?
I have read the documentation for it [here](https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/docs/format_config_EN.md), but it doesn't seem to do anything. On top of that, coc gives me lots of diagnostics about wrong types, wanting anything...
I wish to use this mainly to edit the config files for neovim. However with my current configuration, whenever I save the file, it does "Diagnose Workspace x/817", which takes...
whether coc-lua can auto complete function brackets like coc-pyright, or i set `coc-setting.json` wrong :( my mini setting: ```json { "Lua.diagnostics.globals": ["vim"] } ```
I'm working on a project where there are test files using the `busted` luarock. The platform that's running the test files doesn't require that the busted functions are declared beforehand,...
I have stylua installed, but attempting to format a Lua file returns: ``` Error detected while processing function CocAction[4]..coc#rpc#request[4]..9_request[34]..function CocAction[4]..coc#rpc#request[4].. 9_request: line 31: E605: Exception not caught: Error on request:...
Most other COC plugins have an option to configure their dependent language server update checking (ex: coc-rust-analyzer). It would be great for those of us that want it to bypass...