(Attempt to) Use current buffer in title of rabbit window

master
Bryan 2024-10-20 10:41:54 -06:00
parent 15a4fb1e78
commit 864250db8b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ local get_buffers = function()
end end
function M.evt.RabbitEnter() function M.evt.RabbitEnter()
M.opts.window.title = vim.fn.bufname() M.opts.plugin_opts["buffers"].opts.window.title = vim.fn.bufname()
get_buffers() get_buffers()
end end