Disable flash for line-level char find
It's not working for me and I cannot figure out why
This commit is contained in:
10
lua/plugins/flash.lua
Normal file
10
lua/plugins/flash.lua
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"folke/flash.nvim",
|
||||||
|
opts = {
|
||||||
|
modes = {
|
||||||
|
char = {
|
||||||
|
enabled = false, -- idk why but this does not work for me, ';' and ',' do not repeat
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user