mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
use forked easymotion
This commit is contained in:
parent
4a140776ec
commit
4cd832c281
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user