Closed hasansujon786 closed 2 years ago
Hi @hasansujon786 for submitting the PR. After inspecting the issue, I've found that the issue will happen if the user's nvim tabstop
option is set to less than 4
. I've implemented a fix in acec013b94de53cc63631eb6bf364dbbc70b56ca.
Please update your plugin to receive the changes. Please feel free to give me feedback if the issue still persist :+1:
Great it fixes the issue. Keep up the good work 👍
Description
If items defined between line 0-9(number with 1 character) then the first letter gets chopped up.
Type of change
Possible solution
I loved your plugin. Also this is my first pull request