mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	feat: add dap support for dart
This commit is contained in:
		
					parent
					
						
							
								ae0a2389ff
							
						
					
				
			
			
				commit
				
					
						b5efd5cba7
					
				
			
		
					 2 changed files with 13 additions and 1 deletions
				
			
		|  | @ -55,8 +55,12 @@ in { | |||
|             on_attach = default_on_attach; | ||||
|             flags = lsp_flags, | ||||
|           }, | ||||
|           ${optionalString cfg.dap.enable '' | ||||
|           debugger = { | ||||
|             enabled = true, | ||||
|           }, | ||||
|         ''} | ||||
|         } | ||||
| 
 | ||||
|       ''; | ||||
|     }) | ||||
|   ]); | ||||
|  |  | |||
|  | @ -49,6 +49,14 @@ in { | |||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     dap = { | ||||
|       enable = mkOption { | ||||
|         description = "Enable Dart DAP support via flutter-tools"; | ||||
|         type = types.bool; | ||||
|         default = config.vim.languages.enableDAP; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     flutter-tools = { | ||||
|       enable = mkOption { | ||||
|         description = "Enable flutter-tools for flutter support"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang