mirror of https://github.com/LazyVim/starter
style: config buffer line
parent
8f114ba713
commit
242d4e68ca
|
@ -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",
|
-- "nvim-lualine/lualine.nvim",
|
||||||
-- dependencies = {
|
-- dependencies = {
|
||||||
|
|
Loading…
Reference in New Issue