fix(cc): disable modern-cpp-font-lock if +tree-sitter

Fix: #7941
This commit is contained in:
Henrik Lissner 2024-07-11 23:32:05 -04:00
parent 76845a2ea8
commit b0e1e68e78
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 4 additions and 2 deletions

View file

@ -135,6 +135,7 @@ This is ignored by ccls.")
(use-package! modern-cpp-font-lock
:unless (modulep! +tree-sitter)
:hook (c++-mode . modern-c++-font-lock-mode))