feat: snacks explorer in float window

This commit is contained in:
2026-07-17 09:02:30 +02:00
parent 64745ab215
commit 9bc811975b
3 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
return {
enabled = true,
sources = {
explorer = {}
}
explorer = {
auto_close = true,
jump = { close = true },
layout = { preset = "select", layout = { height = 0.9 } },
},
},
}