mirror of
https://github.com/amix/vimrc
synced 2025-07-14 07:15:01 +08:00
Update the plugins
This commit is contained in:
@ -59,7 +59,7 @@ snippet in "interface"
|
||||
interface{}
|
||||
|
||||
snippet inf "full interface "
|
||||
interface ${1:name} {
|
||||
type ${1:name} interface {
|
||||
${2:/* methods */}
|
||||
}
|
||||
|
||||
@ -188,7 +188,7 @@ snippet sr "string"
|
||||
string
|
||||
|
||||
snippet st "struct"
|
||||
struct ${1:name} {
|
||||
type ${1:name} struct {
|
||||
${2:/* data */}
|
||||
}
|
||||
${0}
|
||||
|
Reference in New Issue
Block a user