nvim: init.vim: Remove scheme plugin maps
We have SLIMV now and not the earlier scheme plugin.
This commit is contained in:
parent
0fd5af5978
commit
5486336845
1 changed files with 0 additions and 10 deletions
|
@ -423,16 +423,6 @@ augroup rainbow_lisp
|
||||||
autocmd FileType lisp,clojure,scheme RainbowParentheses
|
autocmd FileType lisp,clojure,scheme RainbowParentheses
|
||||||
augroup END
|
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/
|
" Toggles search highlighting off/on according to current mode. Source: http://blog.sanctum.geek.nz/vim-search-highlighting/
|
||||||
augroup toggle_search
|
augroup toggle_search
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
Loading…
Reference in a new issue