Merge pull request #367 from sevensidedmarble/remove-timeout

Remove timout default
pull/371/head
Chris Patti 11 months ago committed by GitHub
commit 680e085761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save