From 1af52aa888338f4ed390b64977720c4df30b79ea Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 26 Aug 2024 18:14:24 +0200 Subject: Emacs: Use tide for TypeScript --- dot.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 91b1237..d0264e8 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -155,6 +155,12 @@ :config (editorconfig-mode 1)) +(use-package tide + :after (company flycheck) + :hook ((typescript-ts-mode . tide-setup) + (tsx-ts-mode . tide-setup) + (typescript-ts-mode . tide-hl-identifier-mode))) + (use-package lsp-mode :commands lsp :bind-keymap ("s-l" . lsp-command-map) -- cgit v1.2.3