This commit is contained in:
Austen Adler 2015-07-22 20:27:11 -04:00
parent fef06b01ac
commit e8244f292b

View File

@ -132,6 +132,7 @@ nnoremap / /\v
vnoremap / /\v vnoremap / /\v
inoremap jk <Esc>A inoremap jk <Esc>A
inoremap kj <Esc>A inoremap kj <Esc>A
set wildmode=longest,list,full
set gfn=Monospace\ 8 set gfn=Monospace\ 8
set guioptions= set guioptions=
set guicursor+=n-v-c:blinkon0 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 "Twig highlighting | https://github.com/evidens/vim-twig
Plug 'https://github.com/joonty/vdebug' Plug 'https://github.com/joonty/vdebug'
" | 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() call plug#end()
filetype plugin indent on filetype plugin indent on
if exists("+undofile") if exists("+undofile")