kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
606 stars 39 forks source link

`QuitPre` callback breaks `:qa!` #114

Open przepompownia opened 1 month ago

przepompownia commented 1 month ago

Repro:

:lua require("dbee").toggle()
:qa!

https://github.com/kndndrj/nvim-dbee/blob/85622c8d95b53f62329627fd461c52fca7cb612b/lua/dbee/layouts/init.lua#L178

Unwrapping that line from pcall reveals Vim:E444: Cannot close last window error preventing quit.