Iron-E
Iron-E
> For what it's worth, this bug seems to also overwrite the "greeter" shown by [alpha-nvim](https://github.com/goolord/alpha-nvim) which seems to be well liked. Does `vim.defer`(`_fn`) fix that?
> 1. If we open a instance of neovim, open a lot of buffers in it, send it to foreground (Ctrl + z), and open another instance and do another...
@otavioschwanck I just found the `VimSuspend` event which runs whenever neovim goes into the background. Does that help simplify your use case? e.g. `autocmd VimSuspend * lua require('persistence').save()` or something...
The only problem is, this doesn't only affect `persistence`. We'd also have to hard-code workarounds for all the other automatic session managers as well (and any that come in the...
> We could just get the "save" function for each session manager and do a generic for all, just changing the save function At that point I think it becomes...
Closing as #479 was also closed. Feel free to reopen!
Thanks for the feedback. I'll keep this issue updated the transition can be monitlred item-by-item at a glance
Yeah, we don't make any calls to `vim.treesitter`, so it's probable this is a bug somewhere else.
Closing as https://github.com/windwp/nvim-ts-autotag/issues/121 has been closed; it seems related to the builtin `:bwipeout` command.
Related #91