Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
This commit is contained in:
		
							parent
							
								
									cdaa750c86
								
							
						
					
					
						commit
						e6cb90b2b3
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -295,7 +295,7 @@ require('nvim-treesitter.configs').setup { | ||||||
|   auto_install = false, |   auto_install = false, | ||||||
| 
 | 
 | ||||||
|   highlight = { enable = true }, |   highlight = { enable = true }, | ||||||
|   indent = { enable = true, disable = { 'python' } }, |   indent = { enable = true }, | ||||||
|   incremental_selection = { |   incremental_selection = { | ||||||
|     enable = true, |     enable = true, | ||||||
|     keymaps = { |     keymaps = { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Chris Patti
						Chris Patti