dotfiles/conf.d/nvim/coc-settings.json
2022-07-18 17:36:58 +02:00

9 lines
139 B
JSON

{
"languageserver": {
"digestif": {
"command": "~/bin/digestif",
"filetypes": ["tex", "plaintex", "context"]
}
}
}