fix(LSP): typo in rust-analyzer

This commit is contained in:
Fabrice Mouhartem 2025-04-02 08:27:46 +02:00
parent 8460677953
commit aefc57c0f7
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -1,7 +1,7 @@
return {
cmd = { 'rust-analyzer' },
filetypes = { 'rust' },
root_markers = { '.git', 'cargo.toml' },
root_markers = { '.git', 'Cargo.toml' },
settings = {
imports = {
granularity = {