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