Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/vim-jinja
Repository for Jinja support in vim.
https://github.com/mitsuhiko/vim-jinja
Last synced: about 1 month ago
JSON representation
Repository for Jinja support in vim.
- Host: GitHub
- URL: https://github.com/mitsuhiko/vim-jinja
- Owner: mitsuhiko
- License: other
- Created: 2013-08-31T19:45:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T16:31:04.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:58:36.599Z (3 months ago)
- Language: VimL
- Size: 117 KB
- Stars: 86
- Watchers: 5
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Jinja for Vim
-------------Jinja for Vim. This is the updated version unlike the
one on vimscripts.Features
--------- Syntax highlighting
- Automatic detection of Jinja HTML templates that plays well
with Django and other HTML files.
- Indent supportInstallation
------------If you don't have a preferred installation method, I recommend installing
pathogen.vim, and then simply copy and paste:cd ~/.vim/bundle
git clone git://github.com/mitsuhiko/vim-jinja.gitConfiguration
-------------g:htmljinja_disable_detection (Default: 0)
If set the plugin will not try to autodetect HTML files that
contain Jinja code.g:htmljinja_disable_html_upgrade (Default: 0)
If set the plugin will not try to check on each write of an HTML
file it it should upgrade to htmljinja