diff options
| -rw-r--r-- | dot.emacs.d/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
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) |
