vim-template
vim-template copied to clipboard
can it search recursively?
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 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.
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.