Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 402 Bytes

vim-qtpl

Usage

Allows basic syntax and html highlighting for .qtpl files in vim.

See https://github.com/valyala/quicktemplate/

Install

Using pathogen:
    cd ~/.vim/bundle && git clone github.com/codelitt/vim-qtpl
Using Vundle
  1. Add Plugin 'codelitt/vim-qtpl' to your Vundle packages
  2. Run :BundleInstall