mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 04:54:10 +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 undofile
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
nmap <Space> <Plug>(easymotion-overwin-w)
|
nmap <Space> <Plug>(easymotion-bd-w)
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
@ -26,6 +26,6 @@ Plug 'junegunn/fzf'
|
|||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'easymotion/vim-easymotion'
|
Plug 'asvetliakov/vim-easymotion'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user