You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
I have added the plugin with vim-plug as per the instructions, installed it, and went about editing a markdown file moving naively (jjjjjjjjjwwwww) to see the plugin work.
But nothing happened. I have python3 and timers (:echo has('python3') and :echo ('timers') both return 1), and the :PathfinderBegin and :PathfinderRun commands are set but if I run them, nothing happens either.
Even when using manual commands, that loop function must be running in order to fetch the results from the server process. It's probably a good idea to make it start after installation too, will do that soon.
Thanks. I updated to 8.2 and I now see the popup. I think I had restarted vim and didn't see the suggestions on 8.0 but I'm not certain that I had restarted vim.
I have added the plugin with vim-plug as per the instructions, installed it, and went about editing a markdown file moving naively (
jjjjjjjjjwwwww
) to see the plugin work.But nothing happened. I have python3 and timers (
:echo has('python3')
and:echo ('timers')
both return1
), and the:PathfinderBegin
and:PathfinderRun
commands are set but if I run them, nothing happens either.This is my .vimrc: https://github.com/coaxial/dotfiles/blob/vim-mov/.vimrc#L147-L151
and this is my vim version:
The text was updated successfully, but these errors were encountered: