nvim/coc-settings.json

9 lines
120 B
JSON
Raw Normal View History

2021-05-20 16:01:29 +00:00
{
"languageserver": {
"turtle": {
"command": "turtle_lsp",
"filetypes": ["ttl", "turtle"]
}
}
}