Install Flutter-related packages
This commit is contained in:
parent
6961384ef2
commit
6338677620
@ -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
|
||||
|
@ -85,6 +85,7 @@
|
||||
enlive
|
||||
eshell-fringe-status
|
||||
eshell-prompt-extras
|
||||
esxml
|
||||
expand-region
|
||||
fancy-narrow
|
||||
feature-mode
|
||||
@ -121,6 +122,7 @@
|
||||
helm-chrome
|
||||
helm-mu
|
||||
hl-todo
|
||||
hover
|
||||
hungarian-holidays
|
||||
hungry-delete
|
||||
hyde
|
||||
@ -137,6 +139,9 @@
|
||||
kubernetes
|
||||
loccur
|
||||
lorem-ipsum
|
||||
lsp-dart
|
||||
lsp-mode
|
||||
lsp-ui
|
||||
magit
|
||||
magit-gerrit
|
||||
magithub
|
||||
|
Loading…
Reference in New Issue
Block a user