(setq dart-server-format-on-save t) (add-hook 'dart-mode-hook 'lsp) (setq gc-cons-threshold (* 100 1024 1024) read-process-output-max (* 1024 1024)) (provide 'rul-dart)