Enable git blame view by default
This commit is contained in:
		
							parent
							
								
									1e6512df49
								
							
						
					
					
						commit
						9cb425d20a
					
				
					 1 changed files with 12 additions and 10 deletions
				
			
		|  | @ -1,12 +1,14 @@ | |||
| return { | ||||
| 	{ | ||||
| 		"tpope/vim-fugitive", | ||||
| 	}, | ||||
| 	{ | ||||
| 		"lewis6991/gitsigns.nvim", | ||||
| 		tag = "v1.0.2", | ||||
| 		config = function() | ||||
| 			require("gitsigns").setup({}) | ||||
| 		end, | ||||
| 	}, | ||||
|   { | ||||
|     "tpope/vim-fugitive", | ||||
|   }, | ||||
|   { | ||||
|     "lewis6991/gitsigns.nvim", | ||||
|     tag = "v1.0.2", | ||||
|     config = function() | ||||
|       require("gitsigns").setup({ | ||||
|         current_line_blame = true | ||||
|       }) | ||||
|     end, | ||||
|   }, | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue