mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -129,7 +129,7 @@ snippet fum "method"
|
||||
}
|
||||
${0}
|
||||
|
||||
snippet fumh "http handler function on reciever"
|
||||
snippet fumh "http handler function on receiver"
|
||||
func (${1:receiver} ${2:type}) ${3:funcName}(${4:w} http.ResponseWriter, ${5:r} *http.Request) {
|
||||
${0:${VISUAL}}
|
||||
}
|
||||
|
Reference in New Issue
Block a user