13 lines
196 B
Lua
13 lines
196 B
Lua
return {
|
|
cmd = { 'rust-analyzer' },
|
|
filetypes = { 'rust' },
|
|
root_markers = { 'Cargo.toml', '.git' },
|
|
settings = {
|
|
['rust-analyzer'] = {
|
|
check = {
|
|
command = 'clippy',
|
|
},
|
|
},
|
|
},
|
|
}
|