Skip to content

Commit

Permalink
Drop company-lsp from the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed May 2, 2020
1 parent e99b2da commit 004516e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ Minimal configuration with [company-lsp](https://github.com/tigersoldier/company
(require 'use-package)))
(use-package projectile :ensure t)
(use-package yasnippet :ensure t)
(use-package yasnippet
:ensure t
:config (yas-global-mode))
(use-package lsp-mode :ensure t)
(use-package hydra :ensure t)
(use-package company-lsp :ensure t)
(use-package lsp-ui :ensure t)
(use-package lsp-java :ensure t
:config (add-hook 'java-mode-hook 'lsp))
Expand Down

0 comments on commit 004516e

Please sign in to comment.