2022-01-14 16:51:42 +01:00
|
|
|
{
|
2022-05-03 11:56:50 +02:00
|
|
|
"languageserver": {
|
|
|
|
|
"rust": {
|
|
|
|
|
"command": "/usr/bin/rust-analyzer",
|
|
|
|
|
"filetypes": ["rust"],
|
|
|
|
|
"rootPatterns": ["Cargo.toml"]
|
|
|
|
|
},
|
|
|
|
|
"latex": {
|
|
|
|
|
"command": "/sbin/texlab",
|
|
|
|
|
"filetypes": [ "tex","bib","plaintex","context" ]
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-01-14 16:51:42 +01:00
|
|
|
}
|