Closed ConfusedAlex closed 3 months ago
You can disable it based on filetypes. See the disabling recipes in the documentation. I’m on a mobile device or I’d have shown an example as well.
As was already said, disabling in buffer can be done by setting vim.b.minitrailspace_disable = true
. For 'mini.trailspace' in particular this might also require calling unhighlight()
. See also this recipe for automated disabling in a single buffer.
Related to #535, #423, #167, #85, #52.
Contributing guidelines
Module(s)
trailspace
Description
It would be really nice if I could configure filetypes like markdown, which use trailing whitespaces, to be excluded from this plugin.