nvim/coc-settings.json
2021-05-20 18:01:29 +02:00

9 lines
120 B
JSON

{
"languageserver": {
"turtle": {
"command": "turtle_lsp",
"filetypes": ["ttl", "turtle"]
}
}
}