more tweaks
This commit is contained in:
parent
6df31f2806
commit
b5ff20bd3c
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue