diff --git a/plugin/buffers.lua b/plugin/buffers.lua index 12573e5..5a436c6 100644 --- a/plugin/buffers.lua +++ b/plugin/buffers.lua @@ -20,7 +20,6 @@ local function close_buffer(command) return end - -- if vim.api.nvim_buf_get_option(buffer, 'buftype'):len() ~= 0 or stickybuf.should_auto_pin(buffer) or filettype == 'NeogitCommitMessage' then vim.cmd.quit() return