fix(dart): enable rainbow-delimiters in dart-mode
This commit is contained in:
parent
878781e2e4
commit
c6cfee63b4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/dart/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! dart-mode
|
||||
:defer t
|
||||
:hook (dart-mode . rainbow-delimiters-mode)
|
||||
:config
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'dart-mode-local-vars-hook #'lsp! 'append))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue