use forked easymotion

This commit is contained in:
Niccolo Borgioli 2022-03-31 16:11:36 +02:00
parent 4a140776ec
commit 4cd832c281
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ set undodir=~/.vim/undodir
set undofile
set incsearch
nmap <Space> <Plug>(easymotion-overwin-w)
nmap <Space> <Plug>(easymotion-bd-w)
call plug#begin('~/.vim/plugged')
@ -26,6 +26,6 @@ Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'easymotion/vim-easymotion'
Plug 'asvetliakov/vim-easymotion'
call plug#end()