tweak(dart): open flutter output in popup
Close: #8015 Co-authored-by: AlessandroW <AlessandroW@users.noreply.github.com>
This commit is contained in:
parent
804da58540
commit
0d363045c5
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@
|
||||||
"f" #'flutter-run
|
"f" #'flutter-run
|
||||||
"q" #'flutter-quit
|
"q" #'flutter-quit
|
||||||
"r" #'flutter-hot-reload
|
"r" #'flutter-hot-reload
|
||||||
"R" #'flutter-hot-restart)))
|
"R" #'flutter-hot-restart))
|
||||||
|
:config
|
||||||
|
(set-popup-rule! (concat "^" (regexp-quote flutter-buffer-name))
|
||||||
|
:ttl 0 :quit t))
|
||||||
|
|
||||||
|
|
||||||
(use-package! lsp-dart
|
(use-package! lsp-dart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue