ui/treemacs: add +lsp flag

This commit is contained in:
Eric Dallo 2021-04-04 23:16:37 -03:00
parent 51864a731e
commit 53bd779cc9
No known key found for this signature in database
GPG key ID: 54B592E05C6FBE46
7 changed files with 69 additions and 2 deletions

View file

@ -10,3 +10,5 @@
(package! treemacs-magit))
(when (featurep! :ui workspaces)
(package! treemacs-persp))
(when (featurep! +lsp)
(package! lsp-treemacs :pin "4cfb46d7fe69cc537a8a86389c5d8d9fd3fbfabe"))