最萌小汐

Results 339 comments of 最萌小汐

Here are the problems that need to be solved: + [ ] Need to access [fengari](https://github.com/fengari-lua/fengari) + [ ] `fengari` only supports Lua 5.3, however this server is using Lua...

@carsakiller I once wrote a wiki explaining why there are multiple progress bars, but I can't find it now

> But reading the FAQ, this is likely not a problem, since it will actually index every file only once? Yes, but I can consider changing into lazy loading or...

I will look into it today

enum 的问题有点复杂,见下面这个例子: ```lua ---@enum A local t = { x = 1, y = 2, } ---@param x A local function f(x) end ``` 从下面的用法来看,`A` 其实等价于 `---@alias A 1|2`,问题是 `local...

See https://github.com/LuaLS/lua-language-server/wiki/Plugins