From 605e40ec198bdd85d179170245ebe7ee1d3f2094 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 21 Mar 2019 16:36:23 +0100 Subject: Emacs: remove non-working LSP setup --- emacs/.emacs.d/main.el | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 17e40ef..204b83a 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1640,25 +1640,6 @@ With two prefix arguments, write out the day and month name." :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 -- cgit 1.4.1