Remove flash handling f and t motions
This commit is contained in:
parent
9e0ac0fd27
commit
5aa7a81b86
2 changed files with 10 additions and 4 deletions
|
|
@ -2,5 +2,11 @@ return {
|
|||
"folke/flash.nvim",
|
||||
event = "VeryLazy",
|
||||
|
||||
opts = {},
|
||||
opts = {
|
||||
modes = {
|
||||
char = {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue