From 54863368453fcfa5b05f53baa3087ee4c45c10a8 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 23 Dec 2019 15:10:16 +0530 Subject: [PATCH] nvim: init.vim: Remove scheme plugin maps We have SLIMV now and not the earlier scheme plugin. --- nvim/init.vim | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index 43ae2b5..c82c7ca 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -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 rc :SchemeConnect - " Evaluates the outer most / top level form and jumps the cursor back to where it was. - autocmd FileType scheme nnoremap re :normal mscpaF`s - " Evaluates the entire file. - autocmd FileType scheme nnoremap rf :normal msggcpG`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!