-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easymotion conflict #7
Comments
Can't reproduce with this minimal vimrc. set nocompatible
set runtimepath^=~/.vim/plugged/vim-clap
set runtimepath^=~/.vim/plugged/vim-easymotion
syntax on
filetype plugin indent on |
Sorry should be: " Sections:
"Vim-Plug Plugin Manager {{{
" set the run path
call plug#begin('~/.vim/bundle') "plugins' root path
"Starting screen
Plug 'liuchengxu/vim-clap'
Plug 'easymotion/vim-easymotion'
Plug 'haya14busa/vim-easyoperator-line'
" All of your Plugs must be added before the following line
call plug#end() " required
"}}} |
I believe you should report to vim-easyoperator-line. |
Yes, works now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instructions: Replace the template text and remove irrelevant text (including this line)
Warning: if you don't fill this issue template and provide the reproducible steps the issue could be closed directly.
Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Install easymotion, run Clap colors, press C-j
min.vim
:Plug 'easymotion/vim-easymotion'
Expected behavior
No errors
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: