feat: lean4-mode: enable semantic tokens by default
This commit is contained in:
parent
cb5050bb7f
commit
92f75cf37b
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue