diff --git a/lua/my_options.lua b/lua/my_options.lua index a139ada..b0401bd 100644 --- a/lua/my_options.lua +++ b/lua/my_options.lua @@ -16,6 +16,7 @@ opt.updatetime = 300 --Decrease update time opt.signcolumn = 'yes' -- Always show sign column opt.clipboard = 'unnamed,unnamedplus' -- Access system clipboard opt.timeoutlen = 300 -- Time in milliseconds to wait for a mapped sequence to complete. +opt.ttimeoutlen = 10 opt.showmode = false -- Do not need to show the mode. We use the statusline instead. opt.scrolloff = 999 -- Lines of context opt.joinspaces = false -- No double spaces with join after a dot