Ramilito / kubectl.nvim

Apache License 2.0
166 stars 5 forks source link

fix: floats close not working #108

Closed Ramilito closed 2 months ago

Ramilito commented 2 months ago

Since we try to preload the empty buffer, it seems that q stopped working correctly. Changing from vim.cmd.close to vim.cmd.bdelete closes the window as well and thus the preloaded buffer. Nested floats such as container -> logs doesn't work so removed the pre loading of that buffer