LazyVim.LazyVim/lua/lazyvim/plugins/extras/lang
Iordanis Petkakis f48d55a653
fix(lang/rust): Remove rust-analyzer from nvim-lspconfig (#2755)
According to the maintainer of `rustaceanvim` (see his comment [here](https://github.com/LazyVim/LazyVim/pull/2198#issuecomment-1999475044)) he says
> To pick up on this: There's a good reason rustaceanvim doesn't automatically pick up a mason.nvim installation. It will most likely be built with a different toolchain than the one your project uses, often leading to discrepancies and subtle bugs.
It's easy to configure rustaceanvim to use mason.nvim if you really want it, but I generally adhere to the YAGNI principle.

I tried locally and the removal of `rust-analyzer` from `nvim-lspconfig` doesn't
seem to have any effect on how `rustaceanvim` behaves.

I propose to remove all instances of `rust-analyzer` from `nvim-lspconfig` to avoid
any possible issues from users that don't have `rust-analyzer` installed
in their toolchain (in this case it would pick up Mason's $PATH I
believe), since they will think that since `rust-analyzer` is installed
by Mason, there shouldn't be a problem and report issues as bugs.
2024-05-27 08:04:51 +02:00
..
ansible.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
clangd.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
cmake.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
docker.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
elixir.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
go.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
haskell.lua fix(haskell): Make Haskell-snippets lazy load for performance (#2676) 2024-03-08 11:22:36 +01:00
helm.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
java.lua fix(java): properly pass settings to jdtls 2024-05-20 22:39:36 +02:00
json.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
kotlin.lua feat(kotlin): added recommended checks 2024-05-20 21:25:29 +02:00
markdown.lua feat(markdown): add formatter for mdx 2024-05-21 23:05:29 +02:00
omnisharp.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
python-semshi.lua fix(python-semshi): better highlights (#2839) 2024-03-27 11:23:26 +01:00
python.lua fix(python): extras.lang.python to enable venv select keys on ft (#3280) 2024-05-22 19:39:16 +02:00
ruby.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
rust.lua fix(lang/rust): Remove rust-analyzer from nvim-lspconfig (#2755) 2024-05-27 08:04:51 +02:00
scala.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
tailwind.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
terraform.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
tex.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
toml.lua feat(toml): also recommend toml when theres toml files in the cwd 2024-05-19 21:23:49 +02:00
typescript.lua feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
vue.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
yaml.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00