plugin fix

This commit is contained in:
2024-04-14 17:55:26 +02:00
parent cbbc8bfec7
commit 987f818989
3 changed files with 5 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ lspconfig.rust_analyzer.setup({
on_attach = on_attach,
capabilities = capabilities,
filetypes = {"rust"},
root_dir = util.root_pattern("Cargo.toml"),
-- root_dir = util.root_pattern("Cargo.toml"),
settings = {
['rust_analyzer'] = {
cargo = {