Skip to content

jbesta/vim-velocity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velocity for Vim

Velocity bundle for vim.

Feature

  1. full syntax support
  2. great indent support (by shepherdwind)

Installation

Install with Vundle

If you are not using vundle, you really should have a try. Edit your vimrc:

Bundle "shepherdwind/vim-velocity"

And install it:

:so ~/.vimrc
:BundleInstall

Install with pathogen

If you prefer tpope's pathogen, that's ok. Just clone it:

cd ~/.vim/bundle
git clone https://github.com/lepture/vim-velocity.git

Configuration

No configuration is needed, if you are using vim 7.2+, it will detect if a html file is a velocity template.

But if you want to ensure it works well, you can edit your vimrc:

au BufNewFile,BufRead *.vm,*.html,*.htm,*.shtml,*.stm set ft=velocity

Bug report

Report a bug on GitHub Issues.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%