Remove duplicate "v" snippet
This commit is contained in:
parent
f621635126
commit
deffc63ee5
@ -213,9 +213,6 @@ snippet sp
|
|||||||
# true
|
# true
|
||||||
snippet t
|
snippet t
|
||||||
true
|
true
|
||||||
# variable declaration
|
|
||||||
snippet v
|
|
||||||
var ${1:t} ${0:string}
|
|
||||||
# goroutine named function
|
# goroutine named function
|
||||||
snippet g
|
snippet g
|
||||||
go ${1:funcName}(${0})
|
go ${1:funcName}(${0})
|
||||||
|
Loading…
Reference in New Issue
Block a user