Closed CharlesChiuGit closed 2 years ago
@kevinhwang91 done, plz check.
There're some places has unpack
in the code base, I'm not sure that hlslens work for you after the patch.
Interesting, it seems like it's working fine after adjusting the setup config.
You can simple run unpack = table.unpack
in your init.lua to patch.
Since
table.unpack()
is somehow not recognized by nvim, get the value via index instead.