Remove flash handling f and t motions

This commit is contained in:
Fábio André Damas 2025-08-05 13:17:11 +01:00
parent 9e0ac0fd27
commit 5aa7a81b86
2 changed files with 10 additions and 4 deletions

View file

@ -2,5 +2,11 @@ return {
"folke/flash.nvim",
event = "VeryLazy",
opts = {},
opts = {
modes = {
char = {
enabled = false
}
}
},
}