diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 8df814c..449e31c 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -1,4 +1,14 @@ return { + + { + "folke/flash.nvim", + opts = { + modes = { + search = { enabled = false }, + }, + }, + }, + { "Darazaki/indent-o-matic", event = "LazyFile",