Contributing guidelines
Module(s)mini.files QuestionIs it by design that mini.files doesn't sync to the nvim default path? For e.g I opened mini.files in |
Replies: 1 comment 1 reply
|
Hello @kebiBGit Thanks for the question! The title mentions Synchronization only occurs( |
Hello @kebiBGit
Thanks for the question!
The title mentions
MiniFiles.reset(). However, that function is not related to synchronization(:h MiniFiles.reset()). If you started in "bar",resetwill shrink the explorer to contain only the "bar" window, removing all others.Synchronization only occurs(
:h MiniFiles.synchronize()) when invoked explicitly or when closing the explorer. The process acts on all directory buffers opened in the current explorer. The underlying current working directory is not relevant here.