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.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/vim/ftplugin/html/html.vim b/files/vim/ftplugin/html/html.vim
index 30e4484..41890b4 100644
--- a/files/vim/ftplugin/html/html.vim
+++ b/files/vim/ftplugin/html/html.vim
@@ -8,8 +8,9 @@ setlocal tabstop=2 shiftwidth=2 expandtab
" Show existing tabs (they can be deleted with :retab)
setlocal list
-" Column marker: 110 characters
+" Column marker: 100 characters
call matchadd('ColorColumn', '\%101v', 100)
+setlocal textwidth=100
let mapleader = " "