style: config buffer line

pull/99/head
fm39hz-laptop 2024-10-30 13:48:39 +07:00
parent 8f114ba713
commit 242d4e68ca
1 changed files with 16 additions and 0 deletions

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 = {