Removed duplicate line (#583)
This commit is contained in:
		
							parent
							
								
									60b93c95d3
								
							
						
					
					
						commit
						2510c29d62
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -425,8 +425,6 @@ vim.defer_fn(function() | ||||||
|     -- Add languages to be installed here that you want installed for treesitter |     -- Add languages to be installed here that you want installed for treesitter | ||||||
|     ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' }, |     ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' }, | ||||||
| 
 | 
 | ||||||
|     -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) |  | ||||||
|     auto_install = false, |  | ||||||
|     -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) |     -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) | ||||||
|     auto_install = false, |     auto_install = false, | ||||||
|     -- Install languages synchronously (only applied to `ensure_installed`) |     -- Install languages synchronously (only applied to `ensure_installed`) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Sreejith I V
						Sreejith I V