William Boman

Results 267 comments of William Boman
trafficstars

> Unfortunately, using the same config as LspInstaller (but following the instructions to switch to Mason LSP Installer), i'm getting the same issue with the Solargraph LSP. Lua's LSP works...

Hey! Unless I'm mistaken, this seems to be a plugin to prettier. These need to be installed adjacent to the prettier package - this would be blocked until #392 is...

Hey! I'm pretty certain Tabnine doesn't provide an LSP server implementation. At the very least, the link you provided is a Neovim plugin and not a language server implementation.

Just ACKing this, absolute paths are not by design but more due to limited abilities of working with paths in Lua without custom lib code. There seems to have been...

Thanks for testing @henry-hsieh, will look into it.

Hello! Currently the platform detection for Linux systems is a bit too relaxed, causing packages to be installed on systems where they're not supported. I plan on revising these eventually...

So to generalize this you'd need to exclude the `"/extension/server/bin/"` component, as this is specific to the lua-language- server. This is needed because Mason has to write a wrapper bash...

Btw I'd probably be open to exposing APIs to hook into the "linking" process during installation, allowing people to register a middleware that patches binaries within the installation lifecycle itself,...

`:LspLog` is helpful for debugging too. You can also change log level `:h vim.lsp.set_log_level()`

Just to clarify, this would be very far down the backlog and more of an escape hatch for NixOS people who insist on using Mason. I feel like it's fighting...