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,
style = "overlay",
},
search = {
char = {
enabled = false
}
char = {
enabled = false
}
},
keys = {