Modern Emacs TypeScript Web Config

18 points by G3rn0ti 1 year ago | 4 comments
  • kkzz99 1 year ago
    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.
  • 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 ago
      It's like a scope for your config. I often do the same to group settings per-package, e.g. for dired.
    • 1 year ago