Skip to content

Hide indent line in docstrings, etc. #39

@savchenko

Description

@savchenko

Here is my config:

{
    url = 'https://github.com/nvimdev/indentmini.nvim',
    config = function()
        require("indentmini").setup({
            only_current = false,
            char = '',
            minlevel = 2,
            exclude = { 'markdown', 'help', 'text', 'rst' }
        })
    end
}

And here is the docstring result:
Image

Given that TreeSitter correctly identifies RST syntax, would it be possible to avoid drawing the indentline there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions