aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/htmldjango.vim
diff options
context:
space:
mode:
authorTeddy Wing2014-07-02 21:12:41 -0400
committerTeddy Wing2014-07-02 21:15:09 -0400
commit3160c656fbd1342ab5600a610117d46c3a4f63d4 (patch)
tree297d15374e1a4cfead11f92f0929965824beb5d9 /ftplugin/htmldjango.vim
parent8e91fd7199961cad3918446ab05d0d11ef461dcd (diff)
downloaddotvim-3160c656fbd1342ab5600a610117d46c3a4f63d4.tar.bz2
Add ftplugin/{html.vim,htmldjango.vim}
Gives me matchit plugin settings for HTML and Django templates without including the entire ftplugin for either. Copied the settings from vim's default ftplugins. Allows me to use matchit to jump between HTML tags and <:>.
Diffstat (limited to 'ftplugin/htmldjango.vim')
-rw-r--r--ftplugin/htmldjango.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/htmldjango.vim b/ftplugin/htmldjango.vim
new file mode 100644
index 0000000..ca24ca5
--- /dev/null
+++ b/ftplugin/htmldjango.vim
@@ -0,0 +1,4 @@
+" Django HTML template settings
+
+" Inherit HTML settings
+runtime! ftplugin/html.vim