treesitter indentation enabled
This commit is contained in:
		
							parent
							
								
									939041bd35
								
							
						
					
					
						commit
						4fe671e7fa
					
				| 
						 | 
					@ -10,4 +10,7 @@ require'nvim-treesitter.configs'.setup {
 | 
				
			||||||
    -- Instead of true it can also be a list of languages
 | 
					    -- Instead of true it can also be a list of languages
 | 
				
			||||||
    additional_vim_regex_highlighting = false,
 | 
					    additional_vim_regex_highlighting = false,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  indent = {
 | 
				
			||||||
 | 
					    enable = true
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue