disable flash in search
This commit is contained in:
parent
872e2b4c80
commit
a119d0a39a
@ -2,7 +2,13 @@ return {
|
||||
"folke/flash.nvim",
|
||||
event = "VeryLazy",
|
||||
---@type Flash.Config
|
||||
opts = {},
|
||||
opts = {
|
||||
modes = {
|
||||
search = {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user