fix weird preview zindex issue
This commit is contained in:
parent
32e663e785
commit
78f5c7ba02
1 changed files with 7 additions and 12 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue