Enable neotree autorefresh
This commit is contained in:
parent
f92ebc16b3
commit
e153ce7392
@ -749,8 +749,9 @@ A package to browse files in a tree view
|
||||
(neotree-dir project-dir)
|
||||
(neotree-find file-name))
|
||||
(message "Could not find git project root."))))
|
||||
(setq neo-smart-open t)
|
||||
(setq neo-theme (if (display-graphic-p) 'icons 'arrow))
|
||||
(setq neo-smart-open t
|
||||
neo-theme (if (display-graphic-p) 'icons 'arrow)
|
||||
neo-autorefresh t)
|
||||
:general
|
||||
(neotree-mode-map "SPC" leader-map))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user