feat(dart): remove Dart config
This commit is contained in:
parent
6e601839aa
commit
78029eefc8
@ -892,26 +892,6 @@ configuration for StumpWM]].
|
|||||||
:straight (:build t))
|
:straight (:build t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Dart
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package dart-mode
|
|
||||||
:straight (:build t)
|
|
||||||
:defer t
|
|
||||||
:hook (dart-mode . lsp-deferred)
|
|
||||||
:mode "\\.dart\\'")
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package lsp-dart
|
|
||||||
:straight (:build t)
|
|
||||||
:defer t
|
|
||||||
:general
|
|
||||||
(phundrak/major-leader-key
|
|
||||||
:keymaps 'dart-mode-map
|
|
||||||
:packages '(lsp-mode lsp-dart)
|
|
||||||
"l" '(:keymap lsp-command-map :which-key "lsp")))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** EmacsLisp
|
*** EmacsLisp
|
||||||
This package displays the function’s arglist or variable’s docstring
|
This package displays the function’s arglist or variable’s docstring
|
||||||
in the echo area at the bottom of the frame. Quite useful indeed.
|
in the echo area at the bottom of the frame. Quite useful indeed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user