Closed CompletedLoop closed 7 months ago
new to neovim and im user Lunarvim and this is how im loading in the plugin:
If I remove the config function it works fine but I get no Sourcemap generation and the plugin stops working.
Neovim 0.10
Your config seems right in this case, just remove the opts
field in the plugin spec. The error The command line is too long
is unrelated to this plugin, but seems more like a Windows or mason issue, I think it is more appropriate to ask for help in the mason repo or google a solution. Just curious, do other lsp's work or is the issue only with luau-lsp?
Your config seems right in this case, just remove the
opts
field in the plugin spec. The errorThe command line is too long
is unrelated to this plugin, but seems more like a Windows or mason issue, I think it is more appropriate to ask for help in the mason repo or google a solution. Just curious, do other lsp's work or is the issue only with luau-lsp?
Its just luau.
Whats confusing is if I just load the plugin by itself I get lsp but, the commands disappear. If I try to setup the lsp then I get no lsp but I get the luau commands.
Yeah, I don't think it is related to this plugin, try checking this Windows guide, maybe your PATH variable is too long
So It appears this is over the character limit: And windows says the limit is 8192.
Not sure what to do exactly to reduce the characters in the command.
Try to turn off the fflag sync option
Try to turn off the fflag sync option
This worked appreciate it.
Should probably put this in the readme if people are experiencing the same issue.
Not aware if I set this up right but everytime I open up a luau file in my game project I keep getting this: Ive called :LuauRegenerateSourcemap but that doesnt fix it either. lsp.log:
And ive just copied and pasted the setup from the readme