`: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 ```lua require("windows").setup { autowidth = { enable = true } ignore = { filetype = {"netrw"} } } ```
: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