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-01-07 08:09:41 +00:00
|
|
|
"languageserver": {
|
|
|
|
"kotlin": {
|
|
|
|
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
|
|
|
"filetypes": ["kotlin"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|