fix(nvim): properly disable flash character bindings
This commit is contained in:
parent
b8de20eb7a
commit
8a75cfde76
@ -10,10 +10,8 @@ return {
|
||||
uppercase = false,
|
||||
style = "overlay",
|
||||
},
|
||||
search = {
|
||||
char = {
|
||||
enabled = false
|
||||
}
|
||||
char = {
|
||||
enabled = false
|
||||
}
|
||||
},
|
||||
keys = {
|
||||
|
Loading…
Reference in New Issue
Block a user