feat: Empty for empty buffers instead of Buffer <#>

This commit is contained in:
ChristianChiarulli 2021-11-16 13:55:57 -05:00
parent b3538b63ce
commit da7ff0a87a

View file

@ -1,6 +1,7 @@
local M = {}
M.config = function()
vim.g.bufferline = { no_name_title = "Empty" }
lvim.builtin.bufferline = {
active = true,
on_config_done = nil,