dotfiles/vim/after/ftplugin/html.vim

7 lines
130 B
VimL

setlocal shiftwidth=2
setlocal softtabstop=2
setlocal listchars-=tab:▸\
setlocal nowrap
setlocal tw=0
setlocal colorcolumn=100