mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	fixup! nvim-dap: use new keybind helpers
This commit is contained in:
		
					parent
					
						
							
								0ae4bab073
							
						
					
				
			
			
				commit
				
					
						bc637fd7d1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,7 +28,7 @@ in { | ||||||
|           } |           } | ||||||
|           // mapAttrs (_: v: (entryAfter ["nvim-dap"] v)) cfg.sources; |           // mapAttrs (_: v: (entryAfter ["nvim-dap"] v)) cfg.sources; | ||||||
| 
 | 
 | ||||||
|         maps.normal = mkMerge [ |         keymaps = [ | ||||||
|           (mkKeymap "n" cfg.mappings.continue "require('dap').continue" {desc = mappings.continue.description;}) |           (mkKeymap "n" cfg.mappings.continue "require('dap').continue" {desc = mappings.continue.description;}) | ||||||
|           (mkKeymap "n" cfg.mappings.restart "require('dap').restart" {desc = mappings.restart.description;}) |           (mkKeymap "n" cfg.mappings.restart "require('dap').restart" {desc = mappings.restart.description;}) | ||||||
|           (mkKeymap "n" cfg.mappings.terminate "require('dap').terminate" {desc = mappings.terminate.description;}) |           (mkKeymap "n" cfg.mappings.terminate "require('dap').terminate" {desc = mappings.terminate.description;}) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang