vim-template icon indicating copy to clipboard operation
vim-template copied to clipboard

can it search recursively?

Open Freed-Wu opened this issue 4 years ago • 1 comments

such aslet g:templates_directory = ['~/mytemplates'], and it can search recusively all the directories of ~/mytemplates? such as ~/mytemplates/latex, ~/mytemplates/context, and if i :Template latex/mylatex.tex it will use template of ~/mytemplates/latex/mylatex.tex? (let g:templates_global_name_prefix = '')

Freed-Wu avatar Apr 08 '20 10:04 Freed-Wu

@Freed-Wu Sorry, currently passing template names with slashes to :Template is not supposed to work, and the g:templates_directory is not searched recursively. Is there some reason other than organizing the file system to search it recursively? If so, we could look into implementing it.

aperezdc avatar Apr 08 '20 21:04 aperezdc

I create a plugin for myself to replace this plugin, so I must close all my issues of this repo because I cannot reproduce any of them.

Freed-Wu avatar Feb 28 '23 17:02 Freed-Wu