disable flash in search

This commit is contained in:
Oliver Hartmann 2023-06-26 11:13:32 +02:00
parent 872e2b4c80
commit a119d0a39a

View File

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