From e8244f292b361ad016f1cab88e1bda3d6c1d7e87 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 22 Jul 2015 20:27:11 -0400 Subject: [PATCH] Changes --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 689d4b1..2414581 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -132,6 +132,7 @@ nnoremap / /\v vnoremap / /\v inoremap jk A inoremap kj A +set wildmode=longest,list,full set gfn=Monospace\ 8 set guioptions= set guicursor+=n-v-c:blinkon0 @@ -354,6 +355,8 @@ Plug 'https://github.com/evidens/vim-twig' "Twig highlighting | https://github.com/evidens/vim-twig Plug 'https://github.com/joonty/vdebug' " | https://github.com/joonty/vdebug +Plug 'https://github.com/zenbro/mirror.vim' + " | https://github.com/zenbro/mirror.vim call plug#end() filetype plugin indent on if exists("+undofile")