mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 11:40:13 +02:00
feat(bufferline): support for snacks picker sidebars
This commit is contained in:
parent
8f4e9b8c1e
commit
3500d6a826
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ return {
|
||||||
highlight = "Directory",
|
highlight = "Directory",
|
||||||
text_align = "left",
|
text_align = "left",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
filetype = "snacks_layout_box",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
---@param opts bufferline.IconFetcherOpts
|
---@param opts bufferline.IconFetcherOpts
|
||||||
get_element_icon = function(opts)
|
get_element_icon = function(opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue