commit df42b5cfee88f071b118b023dd541e3f59a6178d
parent b4b32a119aa7af6ee3a8768463b68d299e1ebb09
Author: Ed van Bruggen <edvb@uw.edu>
Date: Thu, 13 Jun 2019 15:50:55 -0700
Enable paredit plugin if installed
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/ftplugin/tisp.vim b/ftplugin/tisp.vim
@@ -14,3 +14,7 @@ setl commentstring=;\ %s
setl define=^\\s*(def\\k*
setl formatoptions-=t
setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
+
+if exists('g:paredit_loaded')
+ call PareditInitBuffer()
+endif