use better char for gitsigns
This commit is contained in:
		
							parent
							
								
									c4a8ecf47f
								
							
						
					
					
						commit
						4a934e9a82
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -3,8 +3,8 @@ local M = {}
 | 
			
		|||
M.config = function()
 | 
			
		||||
    require("gitsigns").setup {
 | 
			
		||||
        signs = {
 | 
			
		||||
            add = {hl = "DiffAdd", text = "▌", numhl = "GitSignsAddNr"},
 | 
			
		||||
            change = {hl = "DiffChange", text = "▌", numhl = "GitSignsChangeNr"},
 | 
			
		||||
            add = {hl = "DiffAdd", text = "│", numhl = "GitSignsAddNr"},
 | 
			
		||||
            change = {hl = "DiffChange", text = "│", numhl = "GitSignsChangeNr"},
 | 
			
		||||
            delete = {hl = "DiffDelete", text = "_", numhl = "GitSignsDeleteNr"},
 | 
			
		||||
            topdelete = {hl = "DiffDelete", text = "‾", numhl = "GitSignsDeleteNr"},
 | 
			
		||||
            changedelete = {hl = "DiffChange", text = "~", numhl = "GitSignsChangeNr"}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue