Skip to content

netrw windows are not ignored, even if added to the config #30

@chrisgrieser

Description

@chrisgrieser

:set filetype? in a netrw window returns "netrw".

this config, however, does not seem to take any affect, windows.nvim still auto-resizes the window

require("windows").setup {
	autowidth = {
                enable = true
        }
	ignore = {
                filetype = {"netrw"}
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions