Emacs: remove non-working LSP setup
Alan Pearce alan@alanpearce.eu
Thu, 21 Mar 2019 16:36:23 +0100
1 files changed, 0 insertions(+), 19 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -1640,25 +1640,6 @@ (use-package imenu-anywhere :if (featurep 'helm-imenu) :bind ("C-x C-." . ivy-imenu-anywhere)) -;;;;; Language Server Protocol - -;; Enable smart language features by communicating with an outside application. Neat. - -(use-package lsp-mode - :commands lsp - :hook (js2-mode - typescript-mode)) - -(use-package lsp-ui - :commands (lsp-ui-mode) - :config (add-hook 'lsp-after-open-hook #'lsp-enable-imenu)) - -(use-package company-lsp - :after (company lsp-mode) - :config (progn - (add-to-list 'company-backends #'company-lsp) - (setq company-lsp-async nil))) - ;;;;; Lisps ;;;;;; All