Laurent Granié

Results 5 comments of Laurent Granié

I modify GroovyLanguageServer.main and add a constructor : ``` public static void main(String[] args) { InputStream systemIn = System.in; OutputStream systemOut = System.out; // redirect System.out to System.err because we...

To start, maybe just a scoop shell command : libexec/scoop-shell.ps1 Is Windows Sandbox an option?

In the scoop config, there is some interesting values like : root_path, global_path, use_isolated_path ... Maybe a scoop shell run can load a specific config.json by launching a powershell pointing...

> Pass the jdtls table to jdtls setup and delete opts = {...} altogether. What do you mean please ? By following the doc, I produced the same config.

Thanks I understand my mistake : starting from [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim), I created a custom/plugins/java.lua file because I did not want to modify the init.lua file. With those .setup in the init.lua...