more tweaks

This commit is contained in:
Andrew 2025-03-20 08:53:04 -07:00
parent 6df31f2806
commit b5ff20bd3c
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ return {
event = 'VeryLazy', event = 'VeryLazy',
---@type Flash.Config ---@type Flash.Config
opts = { opts = {
jump = {
pos = 'range',
},
modes = { modes = {
search = { search = {
enabled = true, enabled = true,

View File

@ -9,7 +9,7 @@ return {
skip_confirm_for_simple_edits = true, skip_confirm_for_simple_edits = true,
float = { float = {
max_width = 0.7, max_width = 0.8,
}, },
view_options = { view_options = {
show_hidden = true, show_hidden = true,