Skip to content
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

:MarkdownPreview does nothing: Mac vim version 9 #628

Closed
Iridium-Lo opened this issue Dec 26, 2023 · 4 comments
Closed

:MarkdownPreview does nothing: Mac vim version 9 #628

Iridium-Lo opened this issue Dec 26, 2023 · 4 comments

Comments

@Iridium-Lo
Copy link

Iridium-Lo commented Dec 26, 2023

Describe the bug
:MarkdownPreview does not open rendered markdown file in browser, it does nothing

To Reproduce
Steps to reproduce the behaviour:

Plugin manager is pathogen

  1. git cloned repo to ~/.vim/bundle
  2. vim README.md
  3. :MarkdownPreview
  4. nothing happens

Expected behaviour
:MarkdownPreview should launch a browser window.

Screenshots
Executing :MarkDownPreview:
Screenshot 2023-12-26 at 03 38 57

After execution:
Screenshot 2023-12-26 at 03 38 28

Desktop and more info (please complete the following information):

  • OS: ventura 13.4
  • nodejs and yarn installed
 λ vim --version | grep 9
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Dec 05 2023 14:38:33)
+cmdline_compl     +lambda            +profile           +vim9script
~:  
 λ node --version
v21.5.0
~:  
 λ yarn --version
1.22.21
@palladium-o
Copy link

also on Ventura 14.2.1

@Iridium-Lo
Copy link
Author

I got it working by cd'ing to the plugin directory and running npm install

@SpamixOfficial
Copy link

I got it working by cd'ing to the plugin directory and running npm install

This also resolved it for me

@Iridium-Lo
Copy link
Author

I added a PR to for the readme to add this for to get normal vim working @iamcco it's been tested by 4 people no (1 of which is me) #649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants