1
0
Fork 0

fix(emacs): add to neotree hidden files

This commit is contained in:
Lucas Sta Maria 2025-09-18 23:16:29 -05:00
parent 704332ecb4
commit 5f5989a8a9
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -100,7 +100,10 @@
((neo-theme 'icons) ((neo-theme 'icons)
(neo-smart-open t) (neo-smart-open t)
(neo-window-fixed-size nil) (neo-window-fixed-size nil)
(neo-show-hidden-files t)) (neo-show-hidden-files t)
(neo-hidden-regexp-list
(append neo-hidden-regexp-list
'("^__pycache__$" "^node_modules$"))))
:bind (("C-c t" . #'neotree-toggle-dir-or-project))) :bind (("C-c t" . #'neotree-toggle-dir-or-project)))
(use-package git-gutter :straight t (use-package git-gutter :straight t
:hook (prog-mode . git-gutter-mode) :hook (prog-mode . git-gutter-mode)