aperezdc / vim-template

Simple templates plugin for Vim
371 stars 152 forks source link

Two template #117

Open enriqueescalante opened 7 years ago

enriqueescalante commented 7 years ago

If I have two template for .tex. How can I choose between the two?

aperezdc commented 7 years ago

@elhacs: I suppose you have both .tex templates in different directories. You can use a local template which will be used for a directory (and all its subdirectories), and leave the other one as global. Check the “Template Search Order” part of the documentation; you can use :help template-search-order in Vim to open it directly.