Open gytis-ivaskevicius opened 1 month ago
Any news on this? Is kind of anoying to not be able to close my editor with the avante window opened without needing to close it and then close the editor...
Can you dump your nix config here?
Sure, not sure how it is related but here you go :) https://github.com/gytis-ivaskevicius/nix2vim/blob/master/modules/ai.nix#L48-L52
Describe the bug
When I
:wq
with sidebar open, it shows this message:To reproduce
Open sidebar, select split with file that you are editing, type
:wq
Expected behavior
Closes vim
Installation method
Use lazy.nvim:
Environment
❯ nvim -v && uname -a NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info Linux Monday 6.6.54 #1-NixOS SMP PREEMPT_DYNAMIC Fri Oct 4 14:30:05 UTC 2024 x86_64 GNU/Linux
Repro