aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/lisp.vim
blob: a5fd6e3e093ea887e167f05494bda6ef228bfd40 (plain)
1
2
3
4
5
6
7
" Common Lisp vim settings

" Indentation
setlocal expandtab
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2