diff --git a/lua/plugins/flash.lua b/lua/plugins/flash.lua new file mode 100644 index 0000000..60bf94d --- /dev/null +++ b/lua/plugins/flash.lua @@ -0,0 +1,10 @@ +return { + "folke/flash.nvim", + opts = { + modes = { + char = { + enabled = false, -- idk why but this does not work for me, ';' and ',' do not repeat + }, + }, + }, +}