Add js-ts-mode to eglot-ensure hook

This commit is contained in:
Evie Litherland-Smith 2024-02-12 09:41:32 +00:00
parent c42ab91db3
commit 52789bac50

View file

@ -792,7 +792,8 @@ Set treesit to fontify all elements, default was 3 (out of 4)
fortran-mode
f90-mode
python-base-mode
rust-ts-mode) . eglot-ensure)
rust-ts-mode
js-ts-mode) . eglot-ensure)
(eglot-managed-mode . (lambda () (add-to-list 'flymake-diagnostic-functions #'eglot-flymake-backend))))
:custom
(eglot-extend-to-xref t)