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