aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/vimrc b/vimrc
index cf6a9ff..64ca434 100644
--- a/vimrc
+++ b/vimrc
@@ -487,6 +487,7 @@
"
" 2022.05.25:
" * Prevent Paredit from changing filetype plugin and indent settings.
+" * Remove Slimv settings.
"
@@ -711,11 +712,6 @@ nnoremap <leader>fr :Rexplore<cr>
runtime! macros/matchit.vim
-" Slimv
-let g:slimv_impl = 'sbcl'
-let g:slimv_swank_cmd = '! screen -d -m -t REPL-SBCL sbcl --load ~/.vim/bundle/slimv/slime/start-swank.lisp'
-
-
" Paredit
let g:paredit_disable_ftplugin = 1
let g:paredit_disable_ftindent = 1