Changed the location of the Dart SDK

This commit is contained in:
Lucien Cartier-Tilet 2020-05-29 17:41:04 +02:00
parent b2846dc476
commit f068368fc9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -545,8 +545,8 @@
server, and to the LSP server of Dart.
#+BEGIN_SRC emacs-lisp
(dart :variables
lsp-dart-project-sdk-dir "/opt/flutter/bin/cache/dart-sdk/"
lsp-dart-sdk-dir "/opt/flutter/bin/cache/dart-sdk/")
lsp-dart-project-sdk-dir "/opt/dart-sdk/"
lsp-dart-sdk-dir "/opt/dart-sdk/")
#+END_SRC
When it comes to the Python layer, I set its backend and formatter to be