1
0
Files
nvim-config/coc-settings.json

14 lines
245 B
JSON
Raw Normal View History

{
2022-05-03 11:56:50 +02:00
"languageserver": {
"rust": {
2025-03-26 14:20:41 +01:00
"command": "/usr/bin/rust-analyzer",
2022-05-03 11:56:50 +02:00
"filetypes": ["rust"],
"rootPatterns": ["Cargo.toml"]
},
"latex": {
"command": "/sbin/texlab",
"filetypes": [ "tex","bib","plaintex","context" ]
}
}
}