update icons
This commit is contained in:
		
							parent
							
								
									e716702677
								
							
						
					
					
						commit
						788bd48a18
					
				| 
						 | 
				
			
			@ -76,17 +76,19 @@ return {
 | 
			
		|||
      icons = { expanded = '▾', collapsed = '▸', current_frame = '*' },
 | 
			
		||||
      controls = {
 | 
			
		||||
        icons = {
 | 
			
		||||
          pause = '⏸',
 | 
			
		||||
          play = '▶',
 | 
			
		||||
          step_into = '⏎',
 | 
			
		||||
          step_over = '⏭',
 | 
			
		||||
          step_out = '⏮',
 | 
			
		||||
          step_back = 'b',
 | 
			
		||||
          run_last = '▶▶',
 | 
			
		||||
          terminate = '⏹',
 | 
			
		||||
          pause = "",
 | 
			
		||||
          play = "",
 | 
			
		||||
          step_into = "",
 | 
			
		||||
          step_over = "",
 | 
			
		||||
          step_out = "",
 | 
			
		||||
          step_back = "",
 | 
			
		||||
          run_last = "↻",
 | 
			
		||||
          terminate = "□",
 | 
			
		||||
        },
 | 
			
		||||
      },
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    dap.listeners.after.event_initialized['dapui_config'] = dapui.open
 | 
			
		||||
    dap.listeners.before.event_terminated['dapui_config'] = dapui.close
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue