(Attempt to) Use current buffer in title of rabbit window
parent
c72b0167a8
commit
e4f65ad992
|
|
@ -49,7 +49,7 @@ local get_buffers = function()
|
|||
end
|
||||
|
||||
function M.evt.RabbitEnter()
|
||||
require("rabbit").opts.plugin_opts["buffers"] = { window = { title = vim.fn.bufname() } }
|
||||
M.opts.plugin_opts["buffers"] = { window = { title = vim.fn.bufname() } }
|
||||
get_buffers()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue