nvim update
This commit is contained in:
parent
2e6e11b86d
commit
6b76ddb1ec
8 changed files with 51 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
snippet req "new request"
|
||||
# @name ${1:name}
|
||||
${2:GET} {{QA_BASE}}/${3:api}
|
||||
${2:GET} {{${3:QA}_BASE}}/${4:api}
|
||||
$0
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue