fixup: change comment to reflect auto_install
This commit is contained in:
		
							parent
							
								
									1c89b024c8
								
							
						
					
					
						commit
						af4fd2355f
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -775,7 +775,7 @@ require('lazy').setup({ | ||||||
|       ---@diagnostic disable-next-line: missing-fields |       ---@diagnostic disable-next-line: missing-fields | ||||||
|       require('nvim-treesitter.configs').setup { |       require('nvim-treesitter.configs').setup { | ||||||
|         ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' }, |         ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' }, | ||||||
|         -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) |         -- Autoinstall languages that are not installed | ||||||
|         auto_install = true, |         auto_install = true, | ||||||
|         highlight = { enable = true }, |         highlight = { enable = true }, | ||||||
|         indent = { enable = true }, |         indent = { enable = true }, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 TJ DeVries
						TJ DeVries