diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |