2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2023-09-12 13:28:09 +03:00
|
|
|
(package! treemacs :pin "fe471314f198f9aff268637a766a6ade0a5b5d96")
|
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))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! +lsp)
|
2023-08-20 22:26:07 +02:00
|
|
|
(package! lsp-treemacs :pin "e66ae2196503d4e84334519e56b4388feffa5060"))
|