feat: lean4-mode: enable semantic tokens by default

This commit is contained in:
Sebastian Ullrich 2021-03-11 19:10:48 +01:00 committed by Leonardo de Moura
parent cb5050bb7f
commit 92f75cf37b

View file

@ -169,7 +169,9 @@ enabled and disabled respectively.")
;;(setq lean4-right-click-item-functions '(lean4-info-right-click-find-definition
;; lean4-hole-right-click))
;; Flycheck
(setq-local flycheck-disabled-checkers '()))
(setq-local flycheck-disabled-checkers '())
;; Lean massively benefits from semantic tokens, so change default to enabled
(setq-local lsp-semantic-tokens-enable t))
;; Automode List
;;;###autoload