mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 06:21:14 +00:00 
			
		
		
		
	feat(profile): nicer threshold prompt (#210)
This commit is contained in:
		
					parent
					
						
							
								dc03fa1ae5
							
						
					
				
			
			
				commit
				
					
						ff8f3783fa
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -85,7 +85,7 @@ function M.create() | |||
|   self:on_key(ViewConfig.keys.profile_filter, function() | ||||
|     if self.state.mode == "profile" then | ||||
|       vim.ui.input({ | ||||
|         prompt = "Enter time threshold in ms, like 0.5", | ||||
|         prompt = "Enter time threshold in ms: ", | ||||
|         default = tostring(self.state.profile.threshold), | ||||
|       }, function(input) | ||||
|         if not input then | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue