最萌小汐
最萌小汐
> * disallowing assigning decimal literals to integer variables, and numbers to different numbers (it already does this between string/number/table/string literals/integer literals etc.): > > * [ ] i guess...
I agree to make diffs by the server. But I'm busy with other work, so the priority is relatively low.
Of course. Since you have made and passed a lot of PR, maybe my answer not welcome will be more dramatic🙃.
Use `.luarc.json` , example: https://github.com/sumneko/lua-language-server/blob/master/.luarc.json
What the command line are you using?
This plugin just need to add a `---@module` above the code, it dose not need to modify the `custom_require` itself ```lua ---@module "xxxx" -- add this line local xx =...
> I was hoping it could do something similar to the following annotation, but I have not been able to do so. I can implement this feature, but I need...
Please check if this commit works
> This commit has introduced a regression with Neovim: if I set the root directory to `.` (corresponding to adding `.` as a `workspaceFolder`), I now get the following warning:...