feat: improve snacks and lualine
This commit is contained in:
@@ -61,7 +61,7 @@ return {
|
||||
{
|
||||
"<leader>e",
|
||||
function()
|
||||
Snacks.explorer({ layout = { preset = "select", layout = { max_height = 200 } } })
|
||||
Snacks.explorer({ layout = { preset = "select", layout = { height = 0.9 } } })
|
||||
end,
|
||||
desc = "Open File Tree",
|
||||
mode = "n",
|
||||
|
||||
@@ -21,7 +21,7 @@ return {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = { "snacks_picker_list", "snacks_input" },
|
||||
ignore_focus = { "snacks_picker_list", "snacks_input", "snacks_picker_input", "Prompt" },
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
|
||||
Reference in New Issue
Block a user