William Boman
William Boman
I've also seen this happen very sporadically but been unable to figure out what the culprit is.
I'm having some difficulties understanding what the issue is. Is it correct that in the image you've provided, the visible buffer displays the contents of `~/.local/share/nvim/mason/bin/vue-language-server`? Can you also provide...
I don't recognize the script contents of the executable (this is provided entirely by npm). Due to how it's implemented (it relies on relative paths from the executable itself) it's...
Hey, forgot to reply here before. > The mason-lspconfig readme instructs to set up mason-lspconfig before nvim-lspconfig. However, mason-lspconfig's setup() function indirectly requires "lspconfig.util", meaning that nvim-lspconfig must be _loaded_,...
So these packages will first have to be added to https://github.com/mason-org/mason-registry/ (see for example [CONTRIBUTING.md](https://github.com/mason-org/mason-registry/blob/main/CONTRIBUTING.md)). Once they're added there, mappings in this plugin can be updated, for example [like so](https://github.com/williamboman/mason-lspconfig.nvim/commit/76aff7aee925fb5f043d7a5ed80a7d004e63c0f1).
Would appreciate if someone could help debug this.
Hello! > [...] and Mason's pylint does not recognized the installed package. > However, I noticed that in this case, if I remove Mason's pylint but keep the one in...
> but in the `:Mason` dialogue, it does not recognize this as installed. > > ``` > ✗ mypy > ``` > > I just think that it would be...
> I had to remove `pylint` from `mason.nvim` because the command `which pylint` would return that first, second it returns the pylint path from the virtual environment and last it...
> I could try and have a look into implementing the feature then send a PR, if you find the feature suitable. I'm afraid this would be pretty difficult to...