With core views, I just copy paste the views template to my theme, and am able to override. for example by calling views-view–my-view.html.twig.
If I am using an add on module for example, views show more. Which provide a load more page, the module has this views template. view-show-more-pager.html.twig. Now if I try to override this template, there does not seem to be a way. A copy the template to my theme and follow the same method for default views template. I.E renaming to view-show-more-pager–my-view.html.twig. but it does not get loaded.
How is it possible to override such views templates?
Thanks