feat(treemacs): add
This commit is contained in:
parent
9397be5f43
commit
a931c4d44d
1 changed files with 11 additions and 0 deletions
11
init.el
11
init.el
|
@ -133,6 +133,17 @@
|
|||
(use-package projectile :ensure t
|
||||
:config (projectile-mode +1))
|
||||
|
||||
;; treemacs
|
||||
(use-package treemacs :ensure t)
|
||||
(use-package treemacs-evil :ensure t
|
||||
:after (treemacs evil))
|
||||
(use-package treemacs-projectile :ensure t
|
||||
:after (treemacs projectile))
|
||||
(use-package lsp-treemacs :ensure t
|
||||
:after (treemacs lsp)
|
||||
:config
|
||||
(lsp-treemacs-sync-mode 1))
|
||||
|
||||
;; which key
|
||||
(use-package which-key :ensure t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue