fix(LSP): typo in rust-analyzer
This commit is contained in:
parent
8460677953
commit
aefc57c0f7
@ -1,7 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
cmd = { 'rust-analyzer' },
|
cmd = { 'rust-analyzer' },
|
||||||
filetypes = { 'rust' },
|
filetypes = { 'rust' },
|
||||||
root_markers = { '.git', 'cargo.toml' },
|
root_markers = { '.git', 'Cargo.toml' },
|
||||||
settings = {
|
settings = {
|
||||||
imports = {
|
imports = {
|
||||||
granularity = {
|
granularity = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user