Merge pull request #367 from sevensidedmarble/remove-timeout

Remove timout default
This commit is contained in:
Chris Patti 2023-07-17 10:24:54 -04:00 committed by GitHub
commit 680e085761
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