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
| #!/usr/bin/env python3 | |
| hearts = "\u2661\u2665" | |
| colors = list(map(str, range(30, 38))) | |
| prefix = "\x1B[" | |
| mid = "m" | |
| def cycle(x): | |
| while 1: |
| # encoding=utf-8 | |
| """ | |
| Author: Jökull Sólberg Auðunsson (solberg.is) | |
| """ | |
| from django.core.files.storage import get_storage_class | |
| from django.db.models import ImageField | |
| from uuid import uuid4 |
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