Use typescript-mode instead of tide, as it seems to interface better with lsp.
This commit is contained in:
@@ -116,9 +116,12 @@
|
||||
|
||||
;; Typescript
|
||||
(use-package tide
|
||||
:disabled
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/typescript.el"))
|
||||
|
||||
(use-package typescript-mode)
|
||||
|
||||
;; Java
|
||||
(use-package lsp-java)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user