Make nvim-tree floating (again)

This commit is contained in:
Evie Litherland-Smith 2023-01-31 09:05:29 +00:00
parent ca247db5b2
commit 4f2739df7f

View file

@ -28,6 +28,9 @@ require('nvim-tree').setup {
},
view = {
centralize_selection = true,
float = {
enable = true,
},
},
renderer = {
add_trailing = true,