2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2024-06-21 19:11:30 -04:00
|
|
|
(package! treemacs :pin "54ef590b7621032a76f8f3e307032fc13c802371")
|
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)))
|
2024-06-21 19:11:30 -04:00
|
|
|
(package! lsp-treemacs :pin "1d43e9e0307f84496a4a7ddf9dba481000391dbd"))
|