William Boman

Results 257 comments of William Boman

As for using milestone releases instead of snapshots - I think that makes sense! The reasons snapshots are currently used is because that's what the vscode plugin does. It seems...

You can do something like ```lua require("nvim-lsp-installer").setup { ensure_installed = { "[email protected]" }, automatic_installation = { exclude = { "jdtls" } } } ```

Hello! Hm, it should work fine with mason-lspconfig. Servers are re-setup once installation successfully completes.

Ah. That's working as intended. When you call lspconfig's `.setup()` function, it'll immediately set up the triggers for starting the server and whatnot. There's no way to defer this. If...

Hello! Huh that seems really odd. Which system are you able to repro this on? It seems like `uv_fs_rename` is behaving differently. I run this plugin on many different UNIX...

Also, are you able to reproduce while running branch `dont-prepare-root-dir`?

Where what is on which roadmap :D? The thing is that what I've removed in `dont-prepare-root-dir` will break other Linux systems, where the `rename` operation will fail if the target...

What filesystems are you running on the host machines? Also what does the following give? ``` $ docker info | grep -i -e 'backing filesystem' -e 'storage driver' ```

@oneroyalace Thanks for reporting. I'm not surprised to hear you're on WSL, it has a tendency to be a bit... odd 🙈. Could you provide what the following gives you:...