aboutsummaryrefslogtreecommitdiff
path: root/files/vim/ftplugin/html/html.vim
diff options
context:
space:
mode:
Diffstat (limited to 'files/vim/ftplugin/html/html.vim')
-rw-r--r--files/vim/ftplugin/html/html.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/vim/ftplugin/html/html.vim b/files/vim/ftplugin/html/html.vim
new file mode 100644
index 0000000..fb1c4bd
--- /dev/null
+++ b/files/vim/ftplugin/html/html.vim
@@ -0,0 +1,8 @@
+" ~/.vim/ftplugin/html/html.vim
+" HTML-specific vim configuration
+"
+" Syntastic linter: tidy
+
+call matchadd('ColorColumn', '\%101v', 100)
+
+autocmd BufEnter *.html source ~/.vim/ftplugin/html/html_mappings.vim