aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-12-19 19:08:02 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-12-19 19:08:02 +0000
commitc06510110b5129436325790839604243976556b6 (patch)
tree30c6e77950c5fdc4750e9576bffbe98fe3818d83
parentac6e461e90b19a0d2d96f25723703018f2116c92 (diff)
downloaddotnvim-c06510110b5129436325790839604243976556b6.tar.gz
dotnvim-c06510110b5129436325790839604243976556b6.zip
This is supposed to improve indentation
-rw-r--r--after/ftplugin/scheme.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/after/ftplugin/scheme.vim b/after/ftplugin/scheme.vim
index 03679ed..a636b90 100644
--- a/after/ftplugin/scheme.vim
+++ b/after/ftplugin/scheme.vim
@@ -15,6 +15,10 @@ setl includeexpr=substitute(v:fname,'$','.scm','')
setl path+=/home/chl/.cache/chicken-install
setl suffixesadd=.scm
+setl lispwords+=let-values,condition-case,with-input-from-string
+setl lispwords+=with-output-to-string,handle-exceptions,call/cc,rec,receive
+setl lispwords+=call-with-output-file
+
nmap <buffer> gs :10 split term://csi -s %<cr>:startinsert<cr>
setl makeprg=csc\ %