From 99626e65dfb2b9d2a7afcac83bb7eadc6b4a3f0f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 9 Nov 2012 19:35:18 -0800 Subject: [PATCH] Set nowrap, tw, and colorcolumn for HTML files --- vim/after/ftplugin/html.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim index 602ac78..125477e 100644 --- a/vim/after/ftplugin/html.vim +++ b/vim/after/ftplugin/html.vim @@ -2,3 +2,6 @@ setlocal shiftwidth=2 setlocal softtabstop=2 setlocal listchars-=tab:▸\ +setlocal nowrap +setlocal tw=0 +setlocal colorcolumn=100