chore(treesitter): add more languages to ensure_installed
Add more languages to the `ensure_installed` option in the `nvim-treesitter` setup call in the `lazy` plugin manager setup.
This commit is contained in:
		
							parent
							
								
									cbc15919a7
								
							
						
					
					
						commit
						32aff772b0
					
				
							
								
								
									
										22
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										22
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -932,7 +932,27 @@ require('lazy').setup({
 | 
				
			||||||
    'nvim-treesitter/nvim-treesitter',
 | 
					    'nvim-treesitter/nvim-treesitter',
 | 
				
			||||||
    build = ':TSUpdate',
 | 
					    build = ':TSUpdate',
 | 
				
			||||||
    opts = {
 | 
					    opts = {
 | 
				
			||||||
      ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
 | 
					      ensure_installed = {
 | 
				
			||||||
 | 
					        'bash',
 | 
				
			||||||
 | 
					        'bicep',
 | 
				
			||||||
 | 
					        'c',
 | 
				
			||||||
 | 
					        'diff',
 | 
				
			||||||
 | 
					        'dockerfile',
 | 
				
			||||||
 | 
					        'hcl',
 | 
				
			||||||
 | 
					        'helm',
 | 
				
			||||||
 | 
					        'html',
 | 
				
			||||||
 | 
					        'lua',
 | 
				
			||||||
 | 
					        'luadoc',
 | 
				
			||||||
 | 
					        'markdown',
 | 
				
			||||||
 | 
					        'markdown_inline',
 | 
				
			||||||
 | 
					        'python',
 | 
				
			||||||
 | 
					        'query',
 | 
				
			||||||
 | 
					        'rst',
 | 
				
			||||||
 | 
					        'terraform',
 | 
				
			||||||
 | 
					        'toml',
 | 
				
			||||||
 | 
					        'vim',
 | 
				
			||||||
 | 
					        'vimdoc',
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
      -- Autoinstall languages that are not installed
 | 
					      -- Autoinstall languages that are not installed
 | 
				
			||||||
      auto_install = true,
 | 
					      auto_install = true,
 | 
				
			||||||
      highlight = {
 | 
					      highlight = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue