diff options
| -rw-r--r-- | ftplugin/lisp.vim | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/ftplugin/lisp.vim b/ftplugin/lisp.vim new file mode 100644 index 0000000..a5fd6e3 --- /dev/null +++ b/ftplugin/lisp.vim @@ -0,0 +1,7 @@ +" Common Lisp vim settings + +" Indentation +setlocal expandtab +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 | 
