diff --git a/lua/custom/plugins/flash.lua b/lua/custom/plugins/flash.lua index db231886..d374c0a0 100644 --- a/lua/custom/plugins/flash.lua +++ b/lua/custom/plugins/flash.lua @@ -3,6 +3,9 @@ return { event = 'VeryLazy', ---@type Flash.Config opts = { + jump = { + pos = 'range', + }, modes = { search = { enabled = true, diff --git a/lua/custom/plugins/oil.lua b/lua/custom/plugins/oil.lua index 9c44cacd..7d41351e 100644 --- a/lua/custom/plugins/oil.lua +++ b/lua/custom/plugins/oil.lua @@ -9,7 +9,7 @@ return { skip_confirm_for_simple_edits = true, float = { - max_width = 0.7, + max_width = 0.8, }, view_options = { show_hidden = true,