Compare commits
	
		
			2 commits
		
	
	
		
			09da5a64e0
			...
			1e3208699b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1e3208699b | |||
| ef6c064507 | 
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -25,11 +25,11 @@ opt.autoread = true
 | 
				
			||||||
opt.swapfile = false
 | 
					opt.swapfile = false
 | 
				
			||||||
opt.history = 500
 | 
					opt.history = 500
 | 
				
			||||||
opt.formatoptions = 'rojq'
 | 
					opt.formatoptions = 'rojq'
 | 
				
			||||||
-- wrap at 80 cols.
 | 
					-- dont hard wrap.
 | 
				
			||||||
opt.textwidth = 80
 | 
					opt.textwidth = 0
 | 
				
			||||||
opt.wrapmargin = 0
 | 
					opt.wrapmargin = 0
 | 
				
			||||||
opt.wrap = true
 | 
					opt.wrap = true
 | 
				
			||||||
-- opt.linebreak = true
 | 
					opt.linebreak = true
 | 
				
			||||||
opt.breakindent = true
 | 
					opt.breakindent = true
 | 
				
			||||||
--highlight after col
 | 
					--highlight after col
 | 
				
			||||||
opt.colorcolumn = "80,100,120"
 | 
					opt.colorcolumn = "80,100,120"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue