Fix(nvim): remove ending with space in link snippet

This commit is contained in:
Bertrand Benjamin 2023-04-04 11:45:20 +02:00
parent 58cea70665
commit f3e3ee0438
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
},
"Links": {
"prefix": ["l", "link"],
"body": ["[${1}](${2}) ${0}"],
"body": ["[${1}](${2})${0}"],
"description": "Add links"
},
"URLS": {