2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2021-05-01 01:31:18 -04:00
|
|
|
(package! treemacs :pin "f13249866b300ec3a4908bf132d984c6354e3fcf")
|
2020-04-25 21:58:42 -04:00
|
|
|
;; These packages have no :pin because they're in the same repo
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :editor evil +everywhere)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-evil))
|
|
|
|
(package! treemacs-projectile)
|
2019-05-09 14:43:56 -04:00
|
|
|
(when (featurep! :tools magit)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-magit))
|
2020-04-02 21:05:49 +01:00
|
|
|
(when (featurep! :ui workspaces)
|
|
|
|
(package! treemacs-persp))
|
2021-04-04 23:16:37 -03:00
|
|
|
(when (featurep! +lsp)
|
2021-05-01 01:31:18 -04:00
|
|
|
(package! lsp-treemacs :pin "192c8f5d6fbec08e3635b7fefc056b8f0f087ba7"))
|