⚙️ config(nvim): disable search mode on flash

sometimes can get super annoying
This commit is contained in:
Sergio Laín 2024-03-22 21:31:44 +01:00
parent 8176d86d78
commit 35e4af409e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,5 +1,12 @@
return { return {
"folke/flash.nvim", "folke/flash.nvim",
opts = {
modes = {
search = {
enabled = false,
},
},
},
keys = { keys = {
{ {
"s", "s",