Add winbar to neo-tree
This commit is contained in:
parent
c5e5c87db6
commit
4beea3de36
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