Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
This commit is contained in:
		
							parent
							
								
									dbba54cfd8
								
							
						
					
					
						commit
						2877a60e00
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -791,7 +791,7 @@ require('lazy').setup({ | ||||||
|     'nvim-treesitter/nvim-treesitter', |     'nvim-treesitter/nvim-treesitter', | ||||||
|     build = ':TSUpdate', |     build = ':TSUpdate', | ||||||
|     opts = { |     opts = { | ||||||
|       ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' }, |       ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', '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
	
	 Liu Qisheng
						Liu Qisheng