fix(rust): disable rust_analyzer in the rust extra. Fixes #4685

This commit is contained in:
Folke Lemaitre 2024-11-02 09:46:34 +01:00
parent f11890bf99
commit 1d3d64fd1a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -95,6 +95,7 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
rust_analyzer = { enabled = false },
taplo = { taplo = {
keys = { keys = {
{ {