windows.nvim
windows.nvim copied to clipboard
Window autocmds cause weird mouse jumps and interrupted UI updates and mode changes.
I have a few autocmds on window focus and window change, like
- Immediately enter insert mode when clicking anywhere inside an opened file
- Immediately change focus to opened file when entering vim
- Immediately change to normal mode when clicking anywhere inside a nofile.
This plugin seems to interrupt all of it, causing weird cursor jumps, lualine not to update to the correct mode I'm currently in and mode changes not to happen, making my neovim config unusable.
Is there some kind of workaround or fix to it?