10 lines
223 B
TOML
10 lines
223 B
TOML
[[language]]
|
|
name = "rust"
|
|
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }
|
|
|
|
[[language]]
|
|
name = "latex"
|
|
language-server = { command = "ltex-ls" }
|
|
file-types = ["tex"]
|
|
scope = "source.latex"
|
|
roots = []
|