mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
style: config buffer line
This commit is contained in:
parent
8f114ba713
commit
242d4e68ca
1 changed files with 16 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue