From 8f679d0b1adaf8aebf6d2fb497131fb52a3b3189 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 14 Jun 2024 22:02:47 +0200 Subject: [PATCH] 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. --- nvim/.config/nvim/lua/plugins/core.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins/core.lua b/nvim/.config/nvim/lua/plugins/core.lua index 5579dbd..5544ca8 100644 --- a/nvim/.config/nvim/lua/plugins/core.lua +++ b/nvim/.config/nvim/lua/plugins/core.lua @@ -47,7 +47,13 @@ return { { "folke/flash.nvim", event = "VeryLazy", - opts = {}, + opts = { + modes = { + search = { + enabled = false, + }, + }, + }, keys = { { "s",