Skip to content

Commit 680e085

Browse files
authored
Merge pull request #367 from sevensidedmarble/remove-timeout
Remove timout default
2 parents 7a95318 + 31f867a commit 680e085

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ vim.wo.signcolumn = 'yes'
239239

240240
-- Decrease update time
241241
vim.o.updatetime = 250
242-
vim.o.timeout = true
243242
vim.o.timeoutlen = 300
244243

245244
-- Set completeopt to have a better completion experience

0 commit comments

Comments
 (0)