mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	feat(dap): add breakpoint icon
This commit is contained in:
		
					parent
					
						
							
								fe9da14d85
							
						
					
				
			
			
				commit
				
					
						ae0a2389ff
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -21,6 +21,7 @@ in { | ||||||
|           # TODO customizable keymaps |           # TODO customizable keymaps | ||||||
|           nvim-dap = nvim.dag.entryAnywhere '' |           nvim-dap = nvim.dag.entryAnywhere '' | ||||||
|             local dap = require("dap") |             local dap = require("dap") | ||||||
|  |             vim.fn.sign_define("DapBreakpoint", { text = "🛑", texthl = "ErrorMsg", linehl = "", numhl = "" }) | ||||||
|           ''; |           ''; | ||||||
|         } |         } | ||||||
|         // mapAttrs (_: v: (nvim.dag.entryAfter ["nvim-dap"] v)) cfg.sources; |         // mapAttrs (_: v: (nvim.dag.entryAfter ["nvim-dap"] v)) cfg.sources; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang