feat: improve snacks and lualine

This commit is contained in:
2026-07-17 08:40:46 +02:00
parent 78b6ac9edf
commit 3641556216
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ return {
{ {
"<leader>e", "<leader>e",
function() function()
Snacks.explorer({ layout = { preset = "select", layout = { max_height = 200 } } }) Snacks.explorer({ layout = { preset = "select", layout = { height = 0.9 } } })
end, end,
desc = "Open File Tree", desc = "Open File Tree",
mode = "n", mode = "n",
+1 -1
View File
@@ -21,7 +21,7 @@ return {
statusline = {}, statusline = {},
winbar = {}, winbar = {},
}, },
ignore_focus = { "snacks_picker_list", "snacks_input" }, ignore_focus = { "snacks_picker_list", "snacks_input", "snacks_picker_input", "Prompt" },
always_divide_middle = true, always_divide_middle = true,
globalstatus = false, globalstatus = false,
refresh = { refresh = {