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

View File

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