fvim
fvim copied to clipboard
Defx Plugin Doesn't Rerender on Folder Open
So here is a weird one. I just installed the latest release and found that the file manager plugin I use defx.nvim is now visually opening folders when I press a navigation key AFTER the open folder command.
Previously it worked like this:
- Navigate the cursor to a folder node
- Press
oto "Open" the node (now the folder is open and the buffer shows the files/folders beneath.
On the latest version of fvim, it's operating like this:
- Navigate cursor to folder node
- Press
o(seemingly nothing happens) - Press a navigational key (
korj) the buffer updates to show the files/folders beneath.
The only change I made was updating fvim to the latest version so maybe there has been some changes to what triggers a buffer visual refresh or something?
I've included two gif recordings in case my textual description is lacking.
Before (fvim 0.2_132_ge81f09a-1):

After (fvim 0.2_186_g30d61fa):
