|
|
@ -915,6 +915,7 @@ TODO Unterverzeichnisse wurden noch nicht getestet |
|
|
|
(defadvice lsp-ui-imenu (after hide-lsp-ui-imenu-mode-line activate) |
|
|
|
(setq mode-line-format nil))) |
|
|
|
|
|
|
|
;;NO LONGER SUPPORTED, USE company-capf / completion-at-point |
|
|
|
(use-package company-lsp |
|
|
|
:requires company |
|
|
|
:defer t |
|
|
@ -1112,6 +1113,7 @@ Default completion is C-j |
|
|
|
|
|
|
|
npm install -g typescript-language-server typescript |
|
|
|
maybe only typescript? |
|
|
|
npm install -g prettier |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package rjsx-mode |
|
|
@ -1126,11 +1128,6 @@ maybe only typescript? |
|
|
|
; (setq-local flycheck-disabled-checkers (cl-union flycheck-disable-checkers |
|
|
|
; '(javascript-jshint)))) ; jshint doesn"t work for JSX |
|
|
|
|
|
|
|
;(use-package add-node-modules-path |
|
|
|
; :ensure t |
|
|
|
; :defer t |
|
|
|
; :hook (((js2-mode rsjx-mode) . add-node-modules-path))) |
|
|
|
|
|
|
|
(use-package tide |
|
|
|
:ensure t |
|
|
|
:after (rjsx-mode company flycheck) |
|
|
|