From d168ec3c5e04efb5f401cfcbe60c021093cd465b Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 6 Dec 2018 11:54:26 -0700 Subject: synchronise common prompts the same across shell, iex, utop, but colour-coded and with a which thing and version hint --- .vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index af4a7f8..fd0e121 100644 --- a/.vimrc +++ b/.vimrc @@ -22,7 +22,6 @@ Plugin 'elixir-lang/vim-elixir' Plugin 'plasticboy/vim-markdown' Plugin 'shmibs/mips.vim' Plugin 'zah/nim.vim' -Plugin 'wlangstroth/vim-racket' Plugin 'rust-lang/rust.vim' Plugin 'cakebaker/scss-syntax.vim' Plugin 'cespare/vim-toml' @@ -71,7 +70,7 @@ nmap ga (EasyAlign) set ttimeoutlen=100 "toggle gundo pane -nnoremap u :GundoToggle +nnoremap g :GundoToggle "snippet bindings let g:UltiSnipsExpandTrigger='' -- cgit v1.2.3