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

Simple templates plugin for Vim

Results 28 vim-template issues
Sort by recently updated
recently updated
newest added

such as`let 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`?...

question

Hi there! Thanks for the plugin! There's a vscode plugin I use frequently called "File Templates", and it has a feature where you can provide the arguments for undefined template...

LICENSE files are a git/hg/etc. and GitHub best practice. See: * https://help.github.com/articles/about-readmes/ * https://help.github.com/articles/licensing-a-repository/

Athough this project is open source, it technically is not free software as defined by the FSF as it has not been licensed under such a license. This is important...

enhancement
question

This is particularly for the Go template, since it currently assumes that all files are part of a `main` package. In most cases, the parent folder of the file has...

enhancement
question
good first bug

This seems to have been forgotten in commit 08e144f, which introduced %LICENSE%.

Hi Adrian, could I make it work with NERDTree's create file method(keys: m -> a)? https://github.com/scrooloose/nerdtree

enhancement
question

Maybe it would be a good idea to move most of the templates out to a separate repository, and keep only a small curated set in the plug-in repository. My...

enhancement
needs info

I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to...

bug

Is there some way that a template file could have comments, that were there for development or explanation of the template, but that was never translated to the generated file....

enhancement
good first bug