mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(dart): open flutter output in popup
Close: #8015 Co-authored-by: AlessandroW <AlessandroW@users.noreply.github.com>
This commit is contained in:
@ -37,7 +37,10 @@
|
||||
"f" #'flutter-run
|
||||
"q" #'flutter-quit
|
||||
"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
|
||||
|
Reference in New Issue
Block a user