From 0e5691f05e680e669800e7771c834f6307edd1f0 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Date: Sat, 20 May 2023 18:29:28 -0700 Subject: [PATCH] feat: timeout lazy --- lua/custom/plugins/lazy.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/custom/plugins/lazy.lua diff --git a/lua/custom/plugins/lazy.lua b/lua/custom/plugins/lazy.lua new file mode 100644 index 00000000..f032bea4 --- /dev/null +++ b/lua/custom/plugins/lazy.lua @@ -0,0 +1,7 @@ +local lazy = require('lazy') + +lazy.setup({ + timeout = 300 +}) + +return {} \ No newline at end of file