(Attempt to) Use current buffer in title of rabbit window
parent
116bc1eeaf
commit
80ca17e1b2
|
|
@ -24,6 +24,9 @@ local M = { ---@type Rabbit.Plugin
|
|||
---@type Rabbit.Plugin.Buffers.Options
|
||||
opts = {
|
||||
-- ignore_unlisted = true,
|
||||
window = {
|
||||
title = "Buffers",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue