feat: improve snacks and lualine
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user