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

View File

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