configs/home/.config/nvim/coc-settings.json

12 lines
313 B
JSON
Raw Normal View History

2023-02-17 19:46:58 +01:00
{
2023-07-05 15:46:08 +02:00
"rust-analyzer.server.path": "~/.cargo/bin/rust-analyzer",
2023-07-04 15:42:14 +02:00
"suggest.acceptSuggestionOnCommitCharacter": true,
2023-07-28 09:18:07 +02:00
"diagnostic.displayByAle": false,
"languageserver": {
"digestif": {
"command": "digestif",
"filetypes": ["tex", "plaintex", "context"]
}
}
2023-02-17 19:46:58 +01:00
}