mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 10:18:42 +02:00
update sidebar neotree
This commit is contained in:
parent
1237f8714d
commit
cecc613d56
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@ bufferline.setup({
|
||||||
text_align = "left",
|
text_align = "left",
|
||||||
padding = 1,
|
padding = 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
filetype = "neo-tree",
|
||||||
|
text = "Explorer",
|
||||||
|
highlight = "Directory",
|
||||||
|
text_align = "left",
|
||||||
|
padding = 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
show_buffer_icons = true,
|
show_buffer_icons = true,
|
||||||
show_buffer_close_icons = true,
|
show_buffer_close_icons = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue