doc: add info about timeoutlen (#691)
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
This commit is contained in:
		
							parent
							
								
									b529bc3359
								
							
						
					
					
						commit
						7715b7c2ee
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -130,6 +130,9 @@ vim.opt.signcolumn = 'yes'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Decrease update time
 | 
					-- Decrease update time
 | 
				
			||||||
vim.opt.updatetime = 250
 | 
					vim.opt.updatetime = 250
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-- Decrease mapped sequence wait time
 | 
				
			||||||
 | 
					-- Displays which-key popup sooner
 | 
				
			||||||
vim.opt.timeoutlen = 300
 | 
					vim.opt.timeoutlen = 300
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Configure how new splits should be opened
 | 
					-- Configure how new splits should be opened
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue