Remove LSP related packages (including lsp-dart)

This commit is contained in:
Gergely Polonkai 2023-10-20 10:40:50 +02:00
parent 67fc81169a
commit 5f08005ef2
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -3134,14 +3134,6 @@ Maybe add ∉ for ~not in~ later, if possible.
)) ))
#+END_SRC #+END_SRC
** Pyre-based LSP
#+begin_src emacs-lisp
(use-package lsp-pyre
:hook
(python-mode . lsp))
#+end_src
** Poetry ** Poetry
Because its also great. Because its also great.
@ -4025,20 +4017,6 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package clojure-mode) (use-package clojure-mode)
#+end_src #+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
** Bats, for testing shell scripts ** Bats, for testing shell scripts
#+begin_src emacs-lisp #+begin_src emacs-lisp