summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/main.el19
1 files changed, 0 insertions, 19 deletions
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