diff options
| author | Teddy Wing | 2022-05-25 23:40:13 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2022-05-26 17:29:55 +0200 | 
| commit | 110106795b8d77e27ebd9799cd7b886d78599aac (patch) | |
| tree | 67de802121c0e4df07ac10908bbb1cc4470b0334 | |
| parent | f62da435d5b57fadee01ac32ffa08beb4488031f (diff) | |
| download | dotvim-110106795b8d77e27ebd9799cd7b886d78599aac.tar.bz2 | |
vimrc: Remove Slimv settings
I removed the Slimv plugin in b0f617dcc33b2207dfb87b899a655f62ecad53ca.
We no longer need these settings.
| -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 | 
