-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigating out of lazy.nvim window results in Error: WinLeave Autocommands ... #107
Comments
Heho, is this still relevant? The only auto cmds in tmux nvim are separated. Those should not lead to an error. Kind regards |
Let's close it. It's still occurring but I'm having a hard time finding the source of the error. It expresses itself mostly when using tmux.nvim but I guess it's not the source of the error. |
Still investigating. I reverted to https://github.com/christoomey/vim-tmux-navigator to see if it changes things. I still get an error but the error is now maybe more clear )well at least different): I get
It still works but it still shows an error. It comes from here:
I would think that there is something special about the :Lazy window. I also assume that your plugin also relies on It seems it's maybe not about Winleave autocmd but just about applying I also opened a discussion over at folke/lazy.nvim#1156 |
ill follow it. lets see what we get. and thanks for taking the time! |
I also found an issue from 2015 christoomey/vim-tmux-navigator#67 and actually removing/commenting out the
in the "original" christoomey/vim-tmux-navigator code actually still works. It's jumping to the pane. It seems that there is some issue with vim vs nvim and commandline windows. |
It was my own configuration 🤦
The autocmd fired on |
I am using https://github.com/folke/lazy.nvim as my package manager and when I open it via
:Lazy
it opens a floating window in nvim.Trying to then navigate using tmux.nvim results in:
My config
My best guess is that I am missing some config flag for floating windows, but I also feel that it was happening only since my upgrade from nvim 0.9.2 to 0.9.4. I'm suspecting that maybe neovim/neovim#25523 introduced an issue (it did for other plugins using auto_cmd
The text was updated successfully, but these errors were encountered: