I use the autocmd VimEnter * echo "some text" but this is showing for every file when I open.
How to restrict this only for a specific folders? Let's say /tmp/test/sample.txt. If I want to use the above logic for sample.txt in /tmp/test, how to do this?