9 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  vim.git = {
 | 
						|
    enable = true;
 | 
						|
    gitsigns = {
 | 
						|
      enable = true;
 | 
						|
      codeActions.enable = false;
 | 
						|
    };
 | 
						|
  };
 | 
						|
}
 |