-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with ordered lists and config defaults #7
Comments
Thanks for bringing these problems up! For the latter problem of the config this was due to me using vim.tbl_deep_extend when combining the default config and the user config, which ended up removing the metatable of the query object when a user config is provided. I updated the configuration to accept a string instead and to do the parsing of the query in the plugin itself: 70f8f4f. So now providing the full configuration as in the README should work. I hadn't thought of ordered lists, haha, you're right, this does not work for them. Still working on fixing this problem. |
Ordered lists should no longer use the bullet point after this change: f5917d2 Thanks for reaching out and feel free to re-open if there is still a problem! |
Thanks.
…On Fri, Mar 22, 2024, at 18:43, Vlad wrote:
Ordered lists should no longer use the bullet point after this change:f5917d2
Thanks for reaching out and feel free to re-open if there is still a problem!
—
Reply to this email directly, view it on GitHub <#7 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALLYYRPMDCAL6LFCXWGB2XTYZTM4TAVCNFSM6AAAAABFEDGGFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGI4TEMZRGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I really love the approach of this plugin.
But it seems to have a problem with display of ordered lists. Unless they are indented a couple of times they don't display with the numbers, only the icons and a "."
So I tried using the full setup config from the help file. That completely crashed the plugin and I had to remove it. Is there an updated version?
Thanks for the great work!
The text was updated successfully, but these errors were encountered: