nvim: init.vim: Remove scheme plugin maps

We have SLIMV now and not the earlier scheme plugin.
This commit is contained in:
Sanchayan Maity 2019-12-23 15:10:16 +05:30 committed by Sanchayan Maity
parent 0fd5af5978
commit 5486336845
1 changed files with 0 additions and 10 deletions

View File

@ -423,16 +423,6 @@ augroup rainbow_lisp
autocmd FileType lisp,clojure,scheme RainbowParentheses
augroup END
augroup scheme_maps
au!
" Starts the REPL.
autocmd FileType scheme nnoremap <buffer> <Leader>rc :SchemeConnect<cr>
" Evaluates the outer most / top level form and jumps the cursor back to where it was.
autocmd FileType scheme nnoremap <buffer> <Leader>re :normal mscpaF<cr>`s
" Evaluates the entire file.
autocmd FileType scheme nnoremap <buffer> <Leader>rf :normal msggcpG<cr>`s
augroup END
" Toggles search highlighting off/on according to current mode. Source: http://blog.sanctum.geek.nz/vim-search-highlighting/
augroup toggle_search
autocmd!