Add flutter to vim and asdf
parent
edc21f07f7
commit
4aff04b279
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue