summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/lisp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/lisp.vim')
-rw-r--r--runtime/ftplugin/lisp.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/ftplugin/lisp.vim b/runtime/ftplugin/lisp.vim
index 9482833346..b477214027 100644
--- a/runtime/ftplugin/lisp.vim
+++ b/runtime/ftplugin/lisp.vim
@@ -14,7 +14,6 @@ endif
" Don't load another plugin for this buffer
let b:did_ftplugin = 1
-setl autoindent
setl comments=:;
setl define=^\\s*(def\\k*
setl formatoptions-=t
@@ -25,6 +24,3 @@ setl lisp
" e.g. insertion of ;;; and ;; on normal "O" or "o" when staying in comment
setl comments^=:;;;,:;;,sr:#\|,mb:\|,ex:\|#
setl formatoptions+=croql
-" with smartindent # cause left alignment
-setl nosmartindent
-