mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	fix: use dartls instead of dart in lspconfig
This commit is contained in:
		
					parent
					
						
							
								008ea23033
							
						
					
				
			
			
				commit
				
					
						e108df3ba4
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,7 +12,7 @@ with builtins; let | ||||||
|     dart = { |     dart = { | ||||||
|       package = pkgs.dart; |       package = pkgs.dart; | ||||||
|       lspConfig = '' |       lspConfig = '' | ||||||
|         lspconfig.dart.setup{ |         lspconfig.dartls.setup{ | ||||||
|           capabilities = capabilities; |           capabilities = capabilities; | ||||||
|           on_attach=default_on_attach; |           on_attach=default_on_attach; | ||||||
|           cmd = {"${pkgs.dart}/bin/dart"}; |           cmd = {"${pkgs.dart}/bin/dart"}; | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ with builtins; let | ||||||
|     dart = { |     dart = { | ||||||
|       package = pkgs.dart; |       package = pkgs.dart; | ||||||
|       lspConfig = '' |       lspConfig = '' | ||||||
|         lspconfig.dart.setup{ |         lspconfig.dartls.setup{ | ||||||
|           capabilities = capabilities; |           capabilities = capabilities; | ||||||
|           on_attach=default_on_attach; |           on_attach=default_on_attach; | ||||||
|           cmd = {"${pkgs.dart}/bin/dart"}; |           cmd = {"${pkgs.dart}/bin/dart"}; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 FlafyDev
				FlafyDev