Is there a way to update find_focused file option? #1975
-
Hi, I have read doc and know that, there's option to always focused current file, or find file ( But that seems a one-time key, is there a way to update this option. For example, before I set this option, the file is not focused. and nvim-tree will not always follow my current editing file. Maybe I could simply call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To confirm: are you enabling That should be done in your one and only call to |
Beta Was this translation helpful? Give feedback.
To confirm: are you enabling
:h nvim-tree.update_focused_file
?That should be done in your one and only call to
setup
.