nvim, vim: separators; bash: fix prompt
This commit is contained in:
		
							parent
							
								
									9be728d5d6
								
							
						
					
					
						commit
						745c771084
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -33,8 +33,8 @@ nmap <Leader>ft :Filetypes<CR>
 | 
			
		|||
# lightline
 | 
			
		||||
g:lightline = {
 | 
			
		||||
    colorscheme:  'gruvbox8',
 | 
			
		||||
    separator:    { left: "", right: ""},
 | 
			
		||||
    subseparator: { left: "|", right: "|"}
 | 
			
		||||
    separator:    { left: '', right: ''},
 | 
			
		||||
    subseparator: { left: '\u2022', right: '\u2022'}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
if has('gui_running')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue