feature: using nvim-cmp completion, typing -
and then autocompleting should place a space between -
and [
#292
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Triggering the autocompletion via
-
and then accepting an item does not produce the expect result- [x]
.It produces
-[x]
which is not valid syntax for a checkbox in markdown.Describe the solution you'd like
a space should be inserted if one does not already exist prior to the cursor
Describe alternatives you've considered
Typing space manually every time.
Additional information
No response
The text was updated successfully, but these errors were encountered: