Remove timeout

This commit is contained in:
Andrew Stewart
2023-07-17 10:21:44 -04:00
committed by GitHub
parent 7a953188db
commit 31f867a699

View File

@@ -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