meta: Update flake
This commit is contained in:
@@ -213,6 +213,13 @@
|
||||
lsp-signature-auto-activate nil
|
||||
company-minimum-prefix-length 1
|
||||
read-process-output-max (* 1024 1024))
|
||||
(use-package lsp-mode
|
||||
:init
|
||||
(setq lsp-keymap-prefix "C-c l")
|
||||
:hook (
|
||||
(dart-mode . lsp)
|
||||
)
|
||||
:commands lsp)
|
||||
|
||||
;; Debugging
|
||||
;(use-package explain-pause-mode
|
||||
|
||||
Reference in New Issue
Block a user