Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created March 6, 2010 10:21
Show Gist options
  • Star 36 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save defunkt/323622 to your computer and use it in GitHub Desktop.
Save defunkt/323622 to your computer and use it in GitHub Desktop.
Installing mustache.vim

mustache.vim

In your shell:

cd ~/.vim
git clone git://github.com/juvenn/mustache.vim.git
mv mustache.vim/syntax/* syntax/
mv mustache.vim/indent/* indent/
mv mustache.vim/ftdetect/* ftdetect/
rm -rf mustache.vim
@juvenn
Copy link

juvenn commented Apr 29, 2011

Mustache.vim has been updated to support matchit, thanks to 5long. Follow the readme to update.

@shime
Copy link

shime commented Jun 7, 2013

Change mv mustache.vim/indent/* indent/ to mv mustache.vim/ftplugin/* ftplugin/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment