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

How can I configure vim-template to make me use the .c and .cpp file in one template in windows.Now in my windows os, when I create a new .cpp file...

bug
good first bug

I touch a .vim-template:.md template file and want to expand %FILE% in file start, then I touch a new md file :new 2.66.md I found %FILIE% expanded to 2 instead...

bug

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

question

The file `template=makefile` with content ```make NAME=main FILES=%HERE% DEP=$(NAME).pandoc $(FILES) # vim:ft=make ``` produces, when calling `vim makefile`, the following file: ```make NAME=main FILES=%HERE% DEP=$(NAME).pandoc $(FILES) ``` That is, the...

bug

It would be nice to add a FAQ (Frequently Asked Questions) section in `doc/template.txt`, and at least mention the following: - Using a shell other than a POSIX-sh compatible one...

enhancement
good first bug

I want to be able to have access to the shipped templates in your plugin, but I'd also like to have my own global templates that look like `~/.vim/templates/` of...

enhancement

Neovim, newly install the plugin with packer. New a python file, error appears: ![bug](https://user-images.githubusercontent.com/4225249/204411792-72fe23ac-10e7-4bc9-aab7-d23b31abd857.PNG) I think the path is error, should be "vim-template\templates\=template=.py", but don't know how to fix it.

Any value of ```vim g:sh_fold_enabled > 3 ``` removes lines of (z)sh templates: For example, if `=template=.sh` reads ``` #/bin/zsh if ... ``` then `vim .sh` will only show the...