m4xshen/smartcolumn.nvim

Disable for Netrw file explorer

Closed this issue · 1 comments

Is there a config option for disabling the smartcolumn in Netrw?

You can disable it by adding netrw to the disabled_filetypes:

disabled_filetypes = { "help", "text", "markdown", "netrw" },

I may add this to the default config.