Add lsp-ivy and helm-lsp when :tools lsp (#2162)

* Add lsp-ivy and helm-lsp when :tools lsp
* Review

- Move the packages to :tools lsp
- Add bindings to config/+evil-bindings.el (no change to +emacs since
  there was no 'code' prefix)
- Move README section
- Move the packages to :tools lsp
- Add bindings to config/+evil-bindings.el (no change to +emacs since
  there was no 'code' prefix)

* FUp filechange noise
This commit is contained in:
Gerry Agbobada 2019-12-20 00:49:27 +01:00 committed by Henrik Lissner
parent f561abff64
commit f5d1081cde
4 changed files with 42 additions and 16 deletions

View file

@ -5,3 +5,7 @@
(package! lsp-ui)
(when (featurep! :completion company)
(package! company-lsp))
(when (featurep! :completion ivy)
(package! lsp-ivy))
(when (featurep! :completion helm)
(package! helm-lsp))