Add winbar to neo-tree

This commit is contained in:
Tyler Hallada 2023-12-01 15:26:03 -05:00
parent 0e22bd6b29
commit 324b7bc012

9
lua/plugins/neo-tree.lua Normal file
View File

@ -0,0 +1,9 @@
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
source_selector = {
winbar = true,
statusline = false,
},
},
}