summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-prog.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el
index 2f24a08..cfdecf3 100644
--- a/emacs/custom/fcuny-prog.el
+++ b/emacs/custom/fcuny-prog.el
@@ -63,6 +63,11 @@
   :ensure t
   :commands lsp-ivy-workspace-symbol)
 
+(use-package lsp-treemacs
+  :ensure t
+  :config
+  (lsp-treemacs-sync-mode 1))
+
 (use-package dap-mode
   :ensure t
   :after (lsp-mode)