style: config buffer line

This commit is contained in:
fm39hz-laptop 2024-10-30 13:48:39 +07:00
parent 8f114ba713
commit 242d4e68ca

View file

@ -13,6 +13,22 @@ return {
},
},
},
{
"akinsho/bufferline.nvim",
opts = {
options = {
separator_style = "slope",
hover = {
enabled = true,
delay = 200,
reveal = { "close" },
},
indicator = {
style = "underline",
},
},
},
},
-- {
-- "nvim-lualine/lualine.nvim",
-- dependencies = {