update config
This commit is contained in:
		
							parent
							
								
									302df4ef17
								
							
						
					
					
						commit
						99468565f2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
										
									
									
									
								
							|  | @ -40,6 +40,8 @@ vim.opt.timeout = false | ||||||
| 
 | 
 | ||||||
| vim.opt.foldenable = false | vim.opt.foldenable = false | ||||||
| 
 | 
 | ||||||
|  | vim.opt.diffopt:append("vertical") | ||||||
|  | vim.opt.diffopt:append("linematch:50") | ||||||
| -- todo visualbell needed? | -- todo visualbell needed? | ||||||
| 
 | 
 | ||||||
| vim.opt.shell = "/bin/zsh" | vim.opt.shell = "/bin/zsh" | ||||||
|  | @ -47,7 +49,7 @@ vim.opt.ignorecase = true | ||||||
| vim.opt.smartcase = true | vim.opt.smartcase = true | ||||||
| vim.opt.inccommand = "split" | vim.opt.inccommand = "split" | ||||||
| vim.opt.listchars = "tab:⇥\\ ,trail:-,nbsp:+,lead:␣" | vim.opt.listchars = "tab:⇥\\ ,trail:-,nbsp:+,lead:␣" | ||||||
| vim.opt.list = true | --vim.opt.list = true | ||||||
| vim.cmd [[hi link Whitespace Comment]] | vim.cmd [[hi link Whitespace Comment]] | ||||||
| 
 | 
 | ||||||
| vim.opt.wildmode = { "list:longest", "list:full" } | vim.opt.wildmode = { "list:longest", "list:full" } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexander Gehrke
						Alexander Gehrke