Skip to content

Commit 8f33f4f

Browse files
committed
fix(flash): disable char mode
- keep default behavior for f/F/t/T
1 parent ad504d0 commit 8f33f4f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lua/plugins/flash.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ return {
2121
},
2222
modes = {
2323
char = {
24-
enabled = true,
25-
highlight = {
26-
backdrop = false,
27-
},
24+
enabled = false,
2825
},
2926
},
3027
},

0 commit comments

Comments
 (0)