kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Buffer being created for every `:w` being executed #280

Open idelice opened 3 weeks ago

idelice commented 3 weeks ago

After executing query with :w (which i suppose how it's done after watching TJ's video), a new buffer is being created and showed in the tab bar (bufferline.nvim).

Screenshot 2024-10-27 at 10 41 57

Is this intended behaviour? If so, i would like to disable it somehow as it makes my bufferline go crazy if i have executed a handful of queries..