remove custom areas
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user