dotfiles/vim/after/ftplugin/html.vim

8 lines
130 B
VimL
Raw Normal View History

2011-05-03 21:53:50 -07:00
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal listchars-=tab:▸\
2011-05-03 21:53:50 -07:00
setlocal nowrap
setlocal tw=0
setlocal colorcolumn=100