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")