Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created March 6, 2010 10:21

Revisions

  1. defunkt revised this gist Feb 4, 2011. 1 changed file with 7 additions and 8 deletions.
    15 changes: 7 additions & 8 deletions installing-mustache.vim.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,10 @@
    [mustache.vim](http://github.com/defunkt/mustache/blob/master/contrib/mustache.vim)
    [mustache.vim](https://github.com/juvenn/mustache.vim)

    In your shell:

    cd ~/.vim/syntax
    curl https://github.com/defunkt/mustache/raw/master/contrib/mustache.vim > mustache.vim

    In your `~/.vim/filetype.vim`:

    runtime! ftdetect/*.vim
    au BufNewFile,BufRead *.mustache setf mustache
    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
  2. defunkt revised this gist Jan 25, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion installing-mustache.vim.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    In your shell:

    cd ~/.vim/syntax
    wget http://github.com/defunkt/mustache/raw/master/contrib/mustache.vim
    curl https://github.com/defunkt/mustache/raw/master/contrib/mustache.vim > mustache.vim

    In your `~/.vim/filetype.vim`:

  3. defunkt created this gist Mar 6, 2010.
    11 changes: 11 additions & 0 deletions installing-mustache.vim.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    [mustache.vim](http://github.com/defunkt/mustache/blob/master/contrib/mustache.vim)

    In your shell:

    cd ~/.vim/syntax
    wget http://github.com/defunkt/mustache/raw/master/contrib/mustache.vim

    In your `~/.vim/filetype.vim`:

    runtime! ftdetect/*.vim
    au BufNewFile,BufRead *.mustache setf mustache