diff options
author | Andrew Stewart <andrewianstewart@gmail.com> | 2023-07-17 10:21:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 10:21:44 -0400 |
commit | 31f867a69947f96f7b3ae1a9d49d2a12a3220a8f (patch) | |
tree | d60bfae722095e714fad3af2649336657424d638 /init.lua | |
parent | 7a953188dbc3aa1613c5e1f2b3b0511421ab15f0 (diff) |
Remove timeout
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |