diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/scheme.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ftplugin/scheme.vim b/ftplugin/scheme.vim index 4af180c..784bf29 100644 --- a/ftplugin/scheme.vim +++ b/ftplugin/scheme.vim | |||
@@ -5,13 +5,3 @@ setlocal expandtab | |||
5 | setlocal autoindent | 5 | setlocal autoindent |
6 | setlocal smarttab | 6 | setlocal smarttab |
7 | setlocal formatoptions=croql | 7 | setlocal formatoptions=croql |
8 | |||
9 | setlocal makeprg=guile-lint | ||
10 | |||
11 | augroup SchemeLint | ||
12 | autocmd! | ||
13 | autocmd BufWritePost *.scm silent make! <afile> | silent redraw | ||
14 | autocmd QuickFixCmdPost [^l]* cwindow | ||
15 | augroup END | ||
16 | |||
17 | CocDisable | ||