14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"languageserver": {
|
|
"rust": {
|
|
"command": "/home/nicolas/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-analyzer",
|
|
"filetypes": ["rust"],
|
|
"rootPatterns": ["Cargo.toml"]
|
|
},
|
|
"latex": {
|
|
"command": "/sbin/texlab",
|
|
"filetypes": [ "tex","bib","plaintex","context" ]
|
|
}
|
|
}
|
|
}
|