lir.nvim
lir.nvim copied to clipboard
Don't show files set in `wildignore`
Similar to netrw it would be nice to filter out files defined in wildignore
. For instance, I never want to see .DS_Store
.
I'm open to creating a PR for it if you give me some pointers.
Can you be more specific? What features would you like to see?
When using the default directory and file navigator (netrw) of (n)vim, adding a file (such as .DS_Store
) to wildignore
will cause the file to not be shown in the file tree. I thought it might be interesting to align with netrw on this.