aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/rust_analyzer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/configs/rust_analyzer.lua')
-rw-r--r--lua/lspconfig/configs/rust_analyzer.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/rust_analyzer.lua b/lua/lspconfig/configs/rust_analyzer.lua
index 13a36207..a8f11208 100644
--- a/lua/lspconfig/configs/rust_analyzer.lua
+++ b/lua/lspconfig/configs/rust_analyzer.lua
@@ -115,8 +115,5 @@ require'lspconfig'.rust_analyzer.setup{
Note: do not set `init_options` for this LS config, it will be automatically populated by the contents of settings["rust-analyzer"] per
https://github.com/rust-lang/rust-analyzer/blob/eb5da56d839ae0a9e9f50774fa3eb78eb0964550/docs/dev/lsp-extensions.md?plain=1#L26.
]],
- default_config = {
- root_dir = [[root_pattern("Cargo.toml", "rust-project.json")]],
- },
},
}