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

This commit is contained in:
Folke Lemaitre committed 2024-11-02 09:47:17 +01:00
1 parent f11890bf99
commit 1d3d64fd1a
1 file changed
+1
+1
View File
@@ -95,6 +95,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
rust_analyzer = { enabled = false },
taplo = {
keys = {
{