Open cxwx opened 6 years ago
please help modify example/config/pyvimrc it has some bug I modify
from prompt_toolkit.key_binding.key_processor import KeyPress
but I cannot use pyvim to complete code now
nobody maintian this?
Hi @cxwx, Feel free to create a pull request for this. Thank you!
I have submit a PR here https://github.com/jonathanslenders/pyvim/pull/115 . cc @jonathanslenders
please help modify example/config/pyvimrc it has some bug I modify
from prompt_toolkit.key_binding.input_processor import KeyPress
from prompt_toolkit.key_binding.key_processor import KeyPress
but I cannot use pyvim to complete code now