Skip to content

Commit a64fabb

Browse files
committed
Ignore java deps buffer from winum
1 parent 73f8c05 commit a64fabb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-treemacs.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@
564564
(with-eval-after-load 'winum
565565
(when (boundp 'winum-ignored-buffers)
566566
(add-to-list 'winum-ignored-buffers "*LSP Symbols List*")
567-
(add-to-list 'winum-ignored-buffers "*LSP Error List*")))
567+
(add-to-list 'winum-ignored-buffers "*LSP Error List*")
568+
(add-to-list 'winum-ignored-buffers lsp-treemacs-deps-buffer-name)))
568569

569570
(defun lsp-treemacs--expand (root-key)
570571
(-when-let (root (treemacs-dom-node->position (treemacs-find-in-dom root-key)))

0 commit comments

Comments
 (0)