lsp: avoid pulling in treemacs/helm when their respective layers aren't enabled

This commit is contained in:
Steven Allen 2019-07-18 09:25:08 -07:00 committed by duianto
parent bbb9d3d559
commit c0763a3240
2 changed files with 4 additions and 2 deletions

View File

@ -1833,6 +1833,8 @@ Other:
- ~SPC m g S~ to find symbol in all projects
- Deleted =fix-lsp-company-prefix= since =company-lsp= is doing that handling.
- Fixed a delay when declaring prefixes for mode (thanks to Thanh Vuong)
- Required =helm= or =treemacs= to download =helm-lsp= or =lsp-treemacs=
(thanks to Steven Allen)
**** Debug Adapter Protocol (DAP)
- Key bindings
- ~SPC m d d e~ to edit debug template

View File

@ -14,8 +14,8 @@
lsp-mode
lsp-ui
(company-lsp :requires company)
helm-lsp
lsp-treemacs
(helm-lsp :requires helm)
(lsp-treemacs :requires treemacs)
popwin
))