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

master
Bryan 2024-10-20 11:16:17 -06:00
parent 75dfa2b75b
commit b9c1a2d38c
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ local M = { ---@type Rabbit.Plugin
opts = {}, opts = {},
} }
require("rabbit").opts.window.title = "Buffers"
local get_buffers = function() local get_buffers = function()
M.listing.bufnrs = {} M.listing.bufnrs = {}
M.listing[0] = {} M.listing[0] = {}