summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/zsh.vim
blob: ceb06d84e985c021f1af4520a2db82b7d50944b4 (plain)
1
2
3
4
5
6
7
setlocal textwidth=0
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal smarttab
setlocal expandtab
setlocal smartindent