diff options
| -rw-r--r-- | nvim/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index f8d9383..859d9d2 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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 |