This commit is contained in:
2026-02-11 21:17:24 +08:00
parent a79e20c417
commit 249eaf3c11
22 changed files with 155 additions and 602 deletions

View File

@@ -3,16 +3,5 @@ vim.lsp.config("biome", {
on_dir(vim.fn.getcwd())
end
})
vim.lsp.config("rust_analyzer", {
settings = {
["rust-analyzer"] = {
cargo = {
features = {
"daemon"
}
}
}
}
})
return {}