Hacker News new | past | comments | ask | show | jobs | submit login
Modern Emacs TypeScript Web Config (ovistoica.com)
18 points by G3rn0ti 3 months ago | hide | past | favorite | 4 comments



Great 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.


You 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.


> (use-package treesit

What’s the use of this package? Isn’t Treesitter built in Emacs (at least if compiled with tree sitter support)?


It's like a scope for your config. I often do the same to group settings per-package, e.g. for dired.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: