Make nvim-tree floating (again)
This commit is contained in:
parent
ca247db5b2
commit
4f2739df7f
|
@ -28,6 +28,9 @@ require('nvim-tree').setup {
|
|||
},
|
||||
view = {
|
||||
centralize_selection = true,
|
||||
float = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
renderer = {
|
||||
add_trailing = true,
|
||||
|
|
Loading…
Reference in a new issue