After having the same config for ten years or so I’m looking to upgrade my (n)vim config. I changed over to init.lua, added lsp and treesitter and it’s awesome. Real big improvement!
I’m still looking for a replacement for my file explorer. I’m using vimfiler/unite.vim at the moment. I like it because it confirms to the vinegar/oil idea.
So I’m looking for a file explorer plugin which opens full window in a buffer, preferably written in lua with the possibility for a tree view and a per-window state so I can toggle it on and off in a window without having to navigate to the same place again. I haven’t found anything matching those criteria at the moment.
For example nvim-tree doesn’t allow for a state per window.
I tried oil.nvim but that doesn’t support a tree view.
Does anyone know of a plugin that satisfies my requirement? If nothing exists I’ll keep using vimfiler but I’m curious to see if anything else exists that implement these features.
I think neo-tree matches your requirements https://github.com/nvim-neo-tree/neo-tree.nvim (There is also a list of file explorer plugins here https://github.com/rockerBOO/awesome-neovim/blob/main/README.md#file-explorer)
Thanks! At first glance it like it supports the things I want. Going to experiment with it this evening.