Skip to content

Commit 7efa18d

Browse files
committed
Fix window number assignation for Neotree buffer window
1 parent f6d4062 commit 7efa18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+spacemacs/spacemacs-ui/packages.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ debug-init and load the given list of packages."
281281
;; assigning 0 only to the top-left window
282282
(eq (selected-window) (frame-first-window)))
283283
0))
284+
(add-to-list 'winum-assign-functions #'spacemacs//winum-assign-func)
284285
(setq winum-auto-assign-0-to-minibuffer nil
285-
winum-assign-func 'spacemacs//winum-assign-func
286286
winum-auto-setup-mode-line nil
287287
winum-ignored-buffers '(" *which-key*"))
288288
(spacemacs/set-leader-keys

0 commit comments

Comments
 (0)