lsp layer must depend on yasnippet

- if this line is missing yasnippets might not be loaded because lsp-mode might
load the snippets before the auto-completion layer kick in.
This commit is contained in:
Ivan Yonchovski 2019-11-02 07:56:04 +02:00 committed by duianto
parent b837c1d397
commit 06cf8e3842
2 changed files with 2 additions and 1 deletions

View File

@ -2024,6 +2024,7 @@ Other:
- 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)
- Required =yasnippet= (thanks to Ivan Yonchovski)
**** Debug Adapter Protocol (DAP)
- Layer variables:
- Added variable =dap-enable-mouse-support=

View File

@ -11,7 +11,7 @@
(defconst lsp-packages
'(
lsp-mode
(lsp-mode :requires yasnippet)
lsp-ui
(company-lsp :requires company)
(helm-lsp :requires helm)