1
1
Fork 0

fix weird preview zindex issue

This commit is contained in:
Ava Gaiety W 2025-06-21 19:42:53 -06:00
parent 32e663e785
commit 78f5c7ba02

View file

@ -7,6 +7,12 @@ return {
preview = "main",
preset = "ivy",
},
sources = {
explorer = {
auto_close = true,
layout = { preset = "sidebar", preview = "top" },
}
}
},
terminal = {
win = {
@ -18,18 +24,7 @@ return {
},
},
keys = {
{
"`",
function()
Snacks.explorer(
{
auto_close = true,
layout = { preset = "sidebar", preview = "main" },
}
)
end,
desc = "File Explorer"
},
{ "`", function() Snacks.explorer() end, desc = "File Explorer" },
{ "<leader>s", function() Snacks.picker.lsp_symbols() end, desc = "LSP Symbols" },
{ "gd", function() Snacks.picker.lsp_definitions() end, desc = "Goto Definition" },
{ "gD", function() Snacks.picker.lsp_declarations() end, desc = "Goto Declaration" },