From c06510110b5129436325790839604243976556b6 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 19 Dec 2022 19:08:02 +0000 Subject: This is supposed to improve indentation --- after/ftplugin/scheme.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'after/ftplugin') 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 gs :10 split term://csi -s %:startinsert setl makeprg=csc\ % -- cgit v1.2.3