Fork me on GitHub
#lsp
<
2022-12-17
>
ericdallo14:12:50

clojure-lsp https://github.com/clojure-lsp/clojure-lsp/stargazers reached 900 Github stars 🎉 gratitude

11
2
3
kouvas23:12:50

any examples on configuring semantic tokens in (doom) emacs?

ericdallo23:12:23

You just need to enable lsp-sematnic-tokens-enable

kouvas23:12:01

what about colors?

kouvas23:12:35

syntax highlighting? defined variable show with same colors as functions when used

ericdallo23:12:41

you can customize each face lsp-face-semhl-comment for exmaple

kouvas23:12:58

ah now i get it, didn't know they are called faces. Thanks

ericdallo00:12:15

yes, mostly everything that has color on emacs are faces

ericdallo00:12:44

M-x describe-faces may help you navigate all available faces SPC h F for doom