feat(sets): Use a larger dot character for showing trailing spaces
This commit is contained in:
		
							parent
							
								
									2ae15f73e9
								
							
						
					
					
						commit
						2d72b3c54b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ vim.o.relativenumber = true | ||||||
| 
 | 
 | ||||||
| -- show hidden characters | -- show hidden characters | ||||||
| vim.opt.list = true | vim.opt.list = true | ||||||
| vim.opt.listchars = { tab = "→ ", trail = "·" } | vim.opt.listchars = { tab = "→ ", trail = "•" } | ||||||
| 
 | 
 | ||||||
| -- indentation | -- indentation | ||||||
| vim.opt.expandtab = true | vim.opt.expandtab = true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue