Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
I'm not sure what this means but I don't think this has anything to do with folding or scopes, at least directly. Some of the vertical lines here are added by my plugin as a consequence of having indentation enabled and others are likely added by another plugin based on whitespace / indentation / scope. Sometimes these plugins can conflict with each other and its up to the user to fix it based on their configuration. There are too many ways plugin can be configured for me to automatically do it in this plugin and have everything work correctly for every user. Solution 1: Disable indentation icon for my plugin: opts = {
indent = { icon = '' },
} Solution 2: Disable whichever whitespace indicator plugin you are using in
Solution 3: Modify the priority value until things look how you want. Both plugins use I've added a feature here to allow the priority used by indent extmarks to be configured: 1327150 So you can modify the value used for indent priority in this plugin or modify the priority used by the other plugins. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I know why the fold line from line 8 to 12 in the image below is not straight? The overall reading experience is not nice because of it.
I see that it only happens on indented unordered list.
How can I disable it?
Beta Was this translation helpful? Give feedback.
All reactions