diff --git a/coc-settings.json b/coc-settings.json index 2c63c08..748e57f 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -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" ] + } + } }