summaryrefslogtreecommitdiffstats
path: root/ftplugin/clojure.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/clojure.vim')
-rw-r--r--ftplugin/clojure.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/ftplugin/clojure.vim b/ftplugin/clojure.vim
index bbcbd319..b46b9c80 100644
--- a/ftplugin/clojure.vim
+++ b/ftplugin/clojure.vim
@@ -23,9 +23,8 @@ setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$
" of user-defined def* definitions.
setlocal define=\\v[(/]def(ault)@!\\S*
-" Remove 't' from 'formatoptions' to avoid auto-wrapping code. The '+=croql'
-" is standard ftplugin boilerplate, although it is arguably intrusive.
-setlocal formatoptions-=t formatoptions+=croql
+" Remove 't' from 'formatoptions' to avoid auto-wrapping code.
+setlocal formatoptions-=t
" Lisp comments are routinely nested (e.g. ;;; SECTION HEADING)
setlocal comments=n:;