🗑️ remove(flash): custom options that are redundant with default plugin options
This commit is contained in:
parent
a99e605db7
commit
42f5a50865
1 changed files with 1 additions and 7 deletions
|
@ -1,12 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"folke/flash.nvim",
|
"folke/flash.nvim",
|
||||||
opts = {
|
opts = {},
|
||||||
modes = {
|
|
||||||
search = {
|
|
||||||
enabled = false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"s",
|
"s",
|
||||||
|
|
Loading…
Add table
Reference in a new issue