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

master
Bryan 2024-10-20 11:05:55 -06:00
parent 116bc1eeaf
commit 80ca17e1b2
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ local M = { ---@type Rabbit.Plugin
---@type Rabbit.Plugin.Buffers.Options
opts = {
-- ignore_unlisted = true,
window = {
title = "Buffers",
},
},
}