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

14 lines
338 B
JSON

{
"diagnostic.displayByAle": true,
"diagnostic.virtualText": true,
"flutter.sdk.flutter-lookup": "asdf which flutter",
"flutter.sdk.dart-lookup": "asdf which dart",
"python.linting.enabled": false,
"languageserver": {
"kotlin": {
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
"filetypes": ["kotlin"]
}
}
}