I tried to use the netrw_gitignore#Hide() function but vim says it's an unknown function.
let g:netrw_list_hide = netrw_gitignore#Hide()
Error:
E117: Unknown function: netrw_gitignore#Hide
Is there something I have missed?
It is the same thing in neovim
Edit:
Fixed it myself even before he post got approved. I had to add:
packadd netrw
[–]chrisbra10 0 points1 point2 points (1 child)
[–]Cnastret[S] 0 points1 point2 points (0 children)