mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated vimrc
This commit is contained in:
		| @ -198,6 +198,18 @@ snippet h1 "XHTML <h1>" w | ||||
| <h1>$0</h1> | ||||
| endsnippet | ||||
|  | ||||
| snippet h2 "XHTML <h2>" w | ||||
| <h2>$0</h2> | ||||
| endsnippet | ||||
|  | ||||
| snippet h3 "XHTML <h3>" w | ||||
| <h3>$0</h3> | ||||
| endsnippet | ||||
|  | ||||
| snippet h4 "XHTML <h4>" w | ||||
| <h4>$0</h4> | ||||
| endsnippet | ||||
|  | ||||
| snippet head "XHTML <head>" | ||||
| <head> | ||||
| 	<meta charset="utf-8"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix