Add coc-settings.json
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user