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 - ~SPC m g S~ to find symbol in all projects
- Deleted =fix-lsp-company-prefix= since =company-lsp= is doing that handling. - Deleted =fix-lsp-company-prefix= since =company-lsp= is doing that handling.
- Fixed a delay when declaring prefixes for mode (thanks to Thanh Vuong) - 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) **** Debug Adapter Protocol (DAP)
- Key bindings - Key bindings
- ~SPC m d d e~ to edit debug template - ~SPC m d d e~ to edit debug template

View file

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