dotfiles/symlinks/config/coc/coc-settings.json

14 lines
338 B
JSON
Raw Normal View History

2021-01-07 08:09:41 +00:00
{
"diagnostic.displayByAle": true,
2021-01-13 12:38:54 +00:00
"diagnostic.virtualText": true,
2021-01-22 16:06:58 +00:00
"flutter.sdk.flutter-lookup": "asdf which flutter",
"flutter.sdk.dart-lookup": "asdf which dart",
2021-02-05 08:33:55 +00:00
"python.linting.enabled": false,
2021-01-07 08:09:41 +00:00
"languageserver": {
"kotlin": {
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
"filetypes": ["kotlin"]
}
}
}