mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 06:33:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -252,6 +252,11 @@ snippet fn "fmt.Println(...)" | ||||
| fmt.Println("${1:${VISUAL}}") | ||||
| endsnippet | ||||
|  | ||||
| # Fmt Errorf debug | ||||
| snippet fe "fmt.Errorf(...)" | ||||
| fmt.Errorf("${1:${VISUAL}}") | ||||
| endsnippet | ||||
|  | ||||
| # log printf | ||||
| snippet lf "log.Printf(...)" | ||||
| log.Printf("${1:${VISUAL}} = %+v\n", $1) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic