1
0

Add coc-settings.json

This commit is contained in:
2022-05-03 11:56:50 +02:00
parent 086598ac6c
commit d7bf6f927e

View File

@@ -1,2 +1,13 @@
{ {
"languageserver": {
"rust": {
"command": "/usr/bin/rust-analyzer",
"filetypes": ["rust"],
"rootPatterns": ["Cargo.toml"]
},
"latex": {
"command": "/sbin/texlab",
"filetypes": [ "tex","bib","plaintex","context" ]
}
}
} }