Remove timeout

This commit is contained in:
Andrew Stewart 2023-07-17 10:21:44 -04:00 committed by GitHub
parent 7a953188db
commit 31f867a699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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