2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2023-09-20 15:39:43 +02:00
|
|
|
(package! treemacs :pin "56691a530abb61564c8df0456a18ff0f301c2055")
|
2023-09-15 21:19:06 +02:00
|
|
|
(package! treemacs-nerd-icons :pin "9876cb478145a0ec4e36f64ff6583f3de7126216")
|
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))
|
2023-09-19 21:19:23 +02:00
|
|
|
(when (and (modulep! +lsp)
|
|
|
|
(not (modulep! :tools lsp +eglot)))
|
2023-08-20 22:26:07 +02:00
|
|
|
(package! lsp-treemacs :pin "e66ae2196503d4e84334519e56b4388feffa5060"))
|