mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -50,6 +50,23 @@ snippet spar "Paragraph" b | ||||
| $0 | ||||
| endsnippet | ||||
|  | ||||
| ################### | ||||
| # Text formatting # | ||||
| ################### | ||||
|  | ||||
| snippet * "italics" | ||||
| *${1:${VISUAL}}*$0 | ||||
| endsnippet | ||||
|  | ||||
| snippet ** "bold" | ||||
| **${1:${VISUAL}}**$0 | ||||
| endsnippet | ||||
|  | ||||
| snippet *** "bold italics" | ||||
| ***${1:${VISUAL}}***$0 | ||||
| endsnippet | ||||
|  | ||||
|  | ||||
| ################ | ||||
| # Common stuff # | ||||
| ################ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic