disable flash in search
This commit is contained in:
parent
872e2b4c80
commit
a119d0a39a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user