From b5ff20bd3cb992474916b72613fc06fb1514b161 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 20 Mar 2025 08:53:04 -0700 Subject: [PATCH] more tweaks --- lua/custom/plugins/flash.lua | 3 +++ lua/custom/plugins/oil.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,