removed hard word wrap from nvim, added 'warning' rulers.
This commit is contained in:
		
							parent
							
								
									c18108da45
								
							
						
					
					
						commit
						b1aed83db9
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -29,8 +29,10 @@ opt.formatoptions = 'rojq'
 | 
			
		|||
opt.textwidth = 0
 | 
			
		||||
opt.wrapmargin = 0
 | 
			
		||||
opt.wrap = true
 | 
			
		||||
opt.linebreak = true
 | 
			
		||||
-- opt.linebreak = true
 | 
			
		||||
opt.breakindent = true
 | 
			
		||||
--highlight after col
 | 
			
		||||
opt.colorcolumn = "80,100,120"
 | 
			
		||||
--add ruler to side of screen.
 | 
			
		||||
opt.number = true
 | 
			
		||||
opt.numberwidth=3
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue