19 lines
412 B
JSON
19 lines
412 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" ]
|
|
},
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh","bash"]
|
|
}
|
|
}
|
|
}
|