Folke Lemaitre
Folke Lemaitre
This is out of scope for LazyVim. Thank you anyway
The lockfile always corresponds with the state of your plugins. Plugins that get installed automatically during startup use the commit info from the lockfile. Existing plugins with a different hash,...
I don't see what this fixes. If I open a file that's not in my cwd, then I want to see the file like it is currently implemented. root will...
Just checked and I can't reproduce that. With the exact cmd op used, I get a properly formatted path...
Added an extra check just to be sure
You can write a simple autocmd on `VimLeave` that writes a `.vim` file in the current directory that just does `lua require('persistence').load()`
as explained init is not to be used like this
> @folke do you see any fundamental issue with this? Yes I do, that would completely break lazy and other plugins. Lazy installs plugins before loading any other plugin during...
> So if there's a technical reason to change the order, we should just do it. I suspect UIEnter does not have a lot of use in the wild that...