Remove timeout

This commit is contained in:
Andrew Stewart 2023-07-17 10:21:44 -04:00 committed by GitHub
parent df53d967ba
commit c318423299
1 changed files with 0 additions and 1 deletions

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