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) - Fixed a delay when declaring prefixes for mode (thanks to Thanh Vuong)
- Required =helm= or =treemacs= to download =helm-lsp= or =lsp-treemacs= - Required =helm= or =treemacs= to download =helm-lsp= or =lsp-treemacs=
(thanks to Steven Allen) (thanks to Steven Allen)
- Required =yasnippet= (thanks to Ivan Yonchovski)
**** Debug Adapter Protocol (DAP) **** Debug Adapter Protocol (DAP)
- Layer variables: - Layer variables:
- Added variable =dap-enable-mouse-support= - Added variable =dap-enable-mouse-support=

View file

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