Fix(nvim): remove ending with space in link snippet
This commit is contained in:
parent
58cea70665
commit
f3e3ee0438
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user