lua-language-server
lua-language-server copied to clipboard
Lua lsp using too much RAM on specific files
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Linux
What is the issue affecting?
Other
Expected Behaviour
When i open this file, writen by me, in NeoVim
-----------------------------
--- funciones
-----------------------------
function local vace()
local a
a = io.read("n")
fib()
end
It should use the amount in the image (from a file not writen by me)
Actual Behaviour
It's usage is this one:
Reproduction steps
- Open that file
- Do nothing
- See the usage
Additional Notes
I found this issue #1745 with a similar problem, i thinks NeoVim has kickstar and is version 0.10.0
Log File
No response