fix(nvim): properly disable flash character bindings

This commit is contained in:
Price Hiller 2023-09-15 18:24:46 -05:00
parent b8de20eb7a
commit 8a75cfde76
No known key found for this signature in database

View File

@ -10,10 +10,8 @@ return {
uppercase = false, uppercase = false,
style = "overlay", style = "overlay",
}, },
search = { char = {
char = { enabled = false
enabled = false
}
} }
}, },
keys = { keys = {