From 3160c656fbd1342ab5600a610117d46c3a4f63d4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 2 Jul 2014 21:12:41 -0400 Subject: 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 <:>. --- ftplugin/htmldjango.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/htmldjango.vim (limited to 'ftplugin/htmldjango.vim') 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 -- cgit v1.2.3