added nvim settings for wrapping at 80 cols.
This commit is contained in:
		
							parent
							
								
									277f5e458b
								
							
						
					
					
						commit
						e478c5d852
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -25,8 +25,8 @@ opt.autoread = true
 | 
				
			||||||
opt.swapfile = false
 | 
					opt.swapfile = false
 | 
				
			||||||
opt.history = 500
 | 
					opt.history = 500
 | 
				
			||||||
opt.formatoptions = 'rojq'
 | 
					opt.formatoptions = 'rojq'
 | 
				
			||||||
--disable hard text wrapping, will only wrap visually.
 | 
					-- wrap at 80 cols.
 | 
				
			||||||
opt.textwidth = 0
 | 
					opt.textwidth = 80
 | 
				
			||||||
opt.wrapmargin = 0
 | 
					opt.wrapmargin = 0
 | 
				
			||||||
opt.wrap = true
 | 
					opt.wrap = true
 | 
				
			||||||
-- opt.linebreak = true
 | 
					-- opt.linebreak = true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue