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

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


" Use <Space> as LocalLeader
let maplocalleader = "\<Space>"