more tweaks
This commit is contained in:
parent
6df31f2806
commit
b5ff20bd3c
|
|
@ -3,6 +3,9 @@ return {
|
|||
event = 'VeryLazy',
|
||||
---@type Flash.Config
|
||||
opts = {
|
||||
jump = {
|
||||
pos = 'range',
|
||||
},
|
||||
modes = {
|
||||
search = {
|
||||
enabled = true,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue