feat(flash): disable search mode

This commit is contained in:
Michel 2024-03-26 18:10:56 +01:00
parent 4f913ecb1b
commit 15727d0c0d
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
return {
{
"folke/flash.nvim",
opts = {
modes = {
search = { enabled = false },
},
},
},
{
"Darazaki/indent-o-matic",
event = "LazyFile",