fix whitespace in settings
This commit is contained in:
		
							parent
							
								
									73d0d7c14d
								
							
						
					
					
						commit
						c2c40dbe03
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,14 +14,14 @@ utils.opt('b', 'softtabstop', indent) | |||
| utils.opt('b', 'smartindent', true) | ||||
| utils.opt('o', 'hidden', true) | ||||
| utils.opt('o', 'ignorecase', true) | ||||
| utils.opt('o', 'scrolloff', 4 ) | ||||
| utils.opt('o', 'scrolloff', 4) | ||||
| utils.opt('o', 'shiftround', true) | ||||
| utils.opt('o', 'smartcase', true) | ||||
| utils.opt('o', 'splitbelow', true) | ||||
| utils.opt('o', 'splitright', true) | ||||
| utils.opt('o', 'wildmode', 'list:longest') | ||||
| utils.opt('w', 'number', true) | ||||
| utils.opt('o', 'clipboard','unnamed,unnamedplus') | ||||
| utils.opt('o', 'clipboard', 'unnamed,unnamedplus') | ||||
| 
 | ||||
| vim.opt.autoindent = false | ||||
| vim.opt.smartindent = false | ||||
|  |  | |||
		Reference in a new issue