meta: Update flake

This commit is contained in:
2022-04-23 13:22:03 +02:00
parent 03a8ad070f
commit ef8764f5be
7 changed files with 90 additions and 61 deletions

View File

@@ -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