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
$ vim scp://me@computer//path/to/README.md
<ctrl>p
Please install the necessary requirements: https://github.com/JamshedVesuna/vim-markdown-preview#requirements
$ scp me@computer:path/to/README.md .
$ vim README.md
<ctrl>p
<works without problem>
Expected behavior:
I expected vim-markdown-preview to work with remote files. I've installed the necessary requirements, so I'm not entirely sure what's going wrong with the plugin
The text was updated successfully, but these errors were encountered:
I'm guessing grip doesn't know how to read scp URIs. There's a b:netrw_tmpfile variable that seems like it should be pointing to the tmp file that's being used locally, but that file doesn't actually seem to exist on my filesystem :/
Observed behavior:
Expected behavior:
I expected vim-markdown-preview to work with remote files. I've installed the necessary requirements, so I'm not entirely sure what's going wrong with the plugin
The text was updated successfully, but these errors were encountered: