2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2023-08-20 22:26:07 +02:00
|
|
|
(package! treemacs :pin "00e96c842f0559a4e13f433d4b513de404676671")
|
2020-04-25 21:58:42 -04:00
|
|
|
;; These packages have no :pin because they're in the same repo
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :editor evil +everywhere)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-evil))
|
|
|
|
(package! treemacs-projectile)
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :tools magit)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-magit))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :ui workspaces)
|
2020-04-02 21:05:49 +01:00
|
|
|
(package! treemacs-persp))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! +lsp)
|
2023-08-20 22:26:07 +02:00
|
|
|
(package! lsp-treemacs :pin "e66ae2196503d4e84334519e56b4388feffa5060"))
|