mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-30 22:11:09 +00:00 
			
		
		
		
	feat(ui): added help for <CR> on a plugin
This commit is contained in:
		
					parent
					
						
							
								b88b7d75eb
							
						
					
				
			
			
				commit
				
					
						c87673c4b9
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -145,6 +145,8 @@ function M:help() | |||
|   local View = require("lazy.view") | ||||
|   self:append("Help", "LazyH2"):nl():nl() | ||||
| 
 | ||||
|   self:append("You can press "):append("<CR>", "LazySpecial"):append(" on a plugin to show its details."):nl():nl() | ||||
| 
 | ||||
|   self:append("Keyboard Shortcuts", "LazyH2"):nl() | ||||
|   for _, mode in ipairs(View.modes) do | ||||
|     local title = mode.name:sub(1, 1):upper() .. mode.name:sub(2) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue