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 | afedb7756674680a6781b128cf5c30d972b476a7 (patch) | |
| tree | e2befad79cee618704a8cbe0c2083d6dc55975ce /nvim/init.lua | |
| parent | 38ff9983542c83a720efdbc42673d26dd95a158d (diff) | |
| download | dots-afedb7756674680a6781b128cf5c30d972b476a7.tar.gz | |
Remove timeout
Diffstat (limited to 'nvim/init.lua')
| -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 |