Add winbar to neo-tree

This commit is contained in:
Tyler Hallada 2023-11-27 14:20:56 -05:00
parent c5e5c87db6
commit 4beea3de36

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,
},
},
}