Modern Emacs TypeScript Web Config
18 points by G3rn0ti 1 year ago | 4 comments- kkzz99 1 year agoGreat article! I'm currently using doom + lsp-mode with ts-lsp and tailwindcss-lsp. It works great, but as the author said the performance could be better, especially tailwindcss-lsp which routinely freezes emacs on longer classnames. Does anyone know if I can use this setup with doom, or will there be any issues in regards to config conflicts? I don't want to leave the convenience of doom for other things.
- SirensOfTitan 1 year agoYou can go and use: https://github.com/blahgeek/emacs-lsp-booster
…I hardly ever run into any performance issues anymore with lsp when using that. The author mentions it, and I use it with Doom every day with minimal issues.
- SirensOfTitan 1 year ago
- G3rn0ti 1 year ago> (use-package treesit
What’s the use of this package? Isn’t Treesitter built in Emacs (at least if compiled with tree sitter support)?
- scott01 1 year agoIt's like a scope for your config. I often do the same to group settings per-package, e.g. for dired.
- scott01 1 year ago
- 1 year ago