remove custom areas

This commit is contained in:
Christian Nieves
2024-01-10 16:27:09 +00:00
parent 3d87ed8892
commit 9ce43365b6
2 changed files with 34 additions and 18 deletions

View File

@ -48,6 +48,13 @@ return {
truncate_name = false,
show_close_icon = false,
show_buffer_close_icons = false,
-- custom_areas = {
-- right = function()
-- local result = {}
-- table.insert(result, { text = " " .. vim.api.nvim_buf_get_name(0), fg = "#edf" })
-- return result
-- end,
-- },
},
})
end,