William Boman
William Boman
Downloading precompiled assets is generally preferred, especially if the package itself has no connection to the compiler environment being used (go & editorconfig are completely unrelated). [`rust-analyzer`](https://github.com/williamboman/mason.nvim/blob/main/lua/mason-registry/rust-analyzer/init.lua) can be used...
Hello! > Many plugins in the ecosystem require external packages that aren't specific to editing. Do you have any examples (other than telescope)? > mason.nvim is already a backend for...
Thanks, that's helpful! If there are any packages that you think are missing please do open an issue using the `New package request` template, or even better open a PR!...
[Here's a preview recording of how it looks like](https://asciinema.org/a/WP1l7AlOZW8XeJ8k2vyKyEb8G)
Hello! This is related ro my [comment here](https://github.com/williamboman/mason.nvim/issues/306#issuecomment-1239696713). For now you may see mason as a complement to other packages that you'll have to install manually. PRs or other suggestions...
> What is the current state? > On windows, mason download LSP is completely unavailable at all. I'd recommend using https://github.com/williamboman/mason-lspconfig.nvim if you're on Windows. It patches the commands for...
Need to give this a bit more time. Indentation rules seems a bit off.
I think this would be a great addition to the stdlib. I've been playing around with async implementations as well, and I'd like to bring forward some topics that I...
I'm not entirely familiar how prettier resolves plugins, but I assume they need to be installed within the same Node module resolution path as prettier itself, in which case plugins...
Executables installed with npm will execute using the first `node` executable in `PATH`. What Volta seems to do (and this seem to _only_ apply to global package installations) is to...