From 51b9158800b3b6ccb69c80e1cc778d76203d2124 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 24 Aug 2021 17:54:17 -0700 Subject: emacs: add lsp-treemacs It's useful to show errors across a project --- emacs/custom/fcuny-prog.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/custom/fcuny-prog.el') 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) -- cgit 1.4.1