Add flutter to vim and asdf

pull/1/head
Ensar Sarajčić 2021-01-22 17:06:58 +01:00
parent edc21f07f7
commit 4aff04b279
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{ {
"diagnostic.displayByAle": true, "diagnostic.displayByAle": true,
"diagnostic.virtualText": true, "diagnostic.virtualText": true,
"flutter.sdk.flutter-lookup": "asdf which flutter",
"flutter.sdk.dart-lookup": "asdf which dart",
"languageserver": { "languageserver": {
"kotlin": { "kotlin": {
"command": "~/lsp/kotlin/server/bin/kotlin-language-server", "command": "~/lsp/kotlin/server/bin/kotlin-language-server",

View File

@ -3,3 +3,4 @@ python 3.9.1 2.7.18
ruby 3.0.0 ruby 3.0.0
nodejs 15.5.0 nodejs 15.5.0
rust 1.49.0 rust 1.49.0
flutter 1.22.5-stable