feat: inspector

This commit is contained in:
2026-02-15 19:55:15 +08:00
parent 5c48e5cfdd
commit ce64a82da3
13 changed files with 883 additions and 94 deletions

View File

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