nvim: Disable flash.nvim in search mode

Hopefully definitively disabled the search mode for the flash.nvim
plugin. Previously only disabled the key mapping but it would still run
every now and again.
This commit is contained in:
Marty Oehme 2024-06-14 22:02:47 +02:00
parent 670057d543
commit 8f679d0b1a
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -47,7 +47,13 @@ return {
{
"folke/flash.nvim",
event = "VeryLazy",
opts = {},
opts = {
modes = {
search = {
enabled = false,
},
},
},
keys = {
{
"s",