mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
33 lines
475 B
Plaintext
33 lines
475 B
Plaintext
{
|
|
"clients":
|
|
{
|
|
"pyls":
|
|
{
|
|
"enabled": true
|
|
},
|
|
"rls":
|
|
{
|
|
"auto_show_diagnostics_panel_level": 1,
|
|
"command":
|
|
[
|
|
"/home/bauer/.cargo/bin/rustup",
|
|
"run",
|
|
"nightly",
|
|
"rls"
|
|
],
|
|
"diagnostics_highlight_style": "underline",
|
|
"enabled": true,
|
|
"languageId": "rust",
|
|
"scopes":
|
|
[
|
|
"source.rust"
|
|
],
|
|
"syntaxes":
|
|
[
|
|
"Packages/Rust/Rust.sublime-syntax",
|
|
"Packages/Rust Enhanced/RustEnhanced.sublime-syntax"
|
|
]
|
|
}
|
|
}
|
|
}
|