From 31f867a69947f96f7b3ae1a9d49d2a12a3220a8f Mon Sep 17 00:00:00 2001
From: Andrew Stewart <andrewianstewart@gmail.com>
Date: Mon, 17 Jul 2023 10:21:44 -0400
Subject: [PATCH] Remove timeout

---
 init.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/init.lua b/init.lua
index f8d9383..859d9d2 100644
--- a/init.lua
+++ b/init.lua
@@ -239,7 +239,6 @@ vim.wo.signcolumn = 'yes'
 
 -- Decrease update time
 vim.o.updatetime = 250
-vim.o.timeout = true
 vim.o.timeoutlen = 300
 
 -- Set completeopt to have a better completion experience