Add winbar to neo-tree
This commit is contained in:
parent
0e22bd6b29
commit
324b7bc012
9
lua/plugins/neo-tree.lua
Normal file
9
lua/plugins/neo-tree.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
source_selector = {
|
||||
winbar = true,
|
||||
statusline = false,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user