diff options
author | Akshay <[email protected]> | 2021-02-17 11:54:27 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-17 11:54:27 +0000 |
commit | 3da566d1c3785ff1fc1911dc4127c8463b08ff90 (patch) | |
tree | 81f870a0c1d79fb641bd65e297587cf657a1d081 /ftplugin | |
parent | fcaf13a267b7bacd26ad8b2e952a793645e42bba (diff) |
fix indents, scheme ftplugin
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 | ||