Install Flutter-related packages

This commit is contained in:
2021-02-09 06:20:41 +01:00
parent 6961384ef2
commit 6338677620
2 changed files with 19 additions and 0 deletions

View File

@@ -3515,6 +3515,20 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package clojure-mode)
#+end_src
** Flutter specific things
#+begin_src emacs-lisp
(use-package lsp-mode)
(use-package lsp-dart
:hook
(dart-mode . lsp))
(use-package lsp-ui)
(use-package hover)
#+end_src
* Games
** Gnu Go