nvim: better values for separators
This commit is contained in:
		
							parent
							
								
									997306b89d
								
							
						
					
					
						commit
						15869244b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ if require('packer_init').init(plugins) then return end
 | 
			
		|||
require('lualine').setup{
 | 
			
		||||
    options = {
 | 
			
		||||
        icons_enabled = false,
 | 
			
		||||
        component_separators = { left = '•', right = '•' }
 | 
			
		||||
        component_separators = { left = '\u{2022}', right = '\u{2022}' }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue