-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug: #4441
Comments
Related issue at |
Oh thanks for this find. Didn't search markdown hard enough was looking for lazyvim as a key but affects all new macOS installs. Strange a new bug my old neovim/vimscript install works fine.
Sent via Superhuman iOS ( ***@***.*** )
…On Mon, Sep 16 2024 at 00:45, Folke Lemaitre < ***@***.*** > wrote:
Closed #4441 ( #4441 ) as not
planned.
—
Reply to this email directly, view it on GitHub (
#4441 (comment) ) , or unsubscribe
(
https://github.com/notifications/unsubscribe-auth/ATK6MOJTHC2HPAFLFYWCDULZWZ5BVAVCNFSM6AAAAABOHGXUROVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGI3DONBXGQ2TIMI
).
You are receiving this because you authored the thread. Message ID: <LazyVim/LazyVim/issue/4441/issue_event/14267474541
@ github. com>
--
You received this message because you are subscribed to the Google Groups
"Systems Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To view this discussion on the web visit https://groups.google.com/a/tne.ai/d/msgid/sys/LazyVim/LazyVim/issue/4441/issue_event/14267474541%40git.luolix.top
(
https://groups.google.com/a/tne.ai/d/msgid/sys/LazyVim/LazyVim/issue/4441/issue_event/14267474541%40git.luolix.top?utm_medium=email&utm_source=footer
).
|
I disagree. LazyVim did not make the installation of this plugin start failing, but LazyVim includes this plugin in the Markdown extra. I think this PR provides a helpful way forward. I found it linked in the markdown-preview.nvim issue that you posted above. |
The plugin installs just fine in latest HEAD with Node 20.17.0 due to #4196 and it also opens correctly in the browser (Firefox that I use) the corresponding markdown file. You just have to wait for a new LazyVim release or follow HEAD if you don't want to wait. |
Just made a new release! Still need to go through a lot or PRs tomorrow... |
Wow that's awesome. Thanks again for all the amazing and hard work. Learning a lot about the innards of neovim and how cool lazyvim is on install.
Sent via Superhuman iOS ( ***@***.*** )
…On Wed, Sep 18 2024 at 12:47, Folke Lemaitre < ***@***.*** > wrote:
Just made a new release!
Still need to go through a lot or PRs tomorrow...
—
Reply to this email directly, view it on GitHub (
#4441 (comment) ) ,
or unsubscribe (
https://github.com/notifications/unsubscribe-auth/ATK6MOKOWDNJZQDCLQDHXHDZXHDELAVCNFSM6AAAAABOHGXUROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJZGE3TMNZTGA
).
You are receiving this because you authored the thread. Message ID: <LazyVim/LazyVim/issues/4441/2359176730
@ github. com>
--
You received this message because you are subscribed to the Google Groups
"Systems Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To view this discussion on the web visit https://groups.google.com/a/tne.ai/d/msgid/sys/LazyVim/LazyVim/issues/4441/2359176730%40git.luolix.top
(
https://groups.google.com/a/tne.ai/d/msgid/sys/LazyVim/LazyVim/issues/4441/2359176730%40git.luolix.top?utm_medium=email&utm_source=footer
).
|
#2214 (comment) |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
MacOS 14.6.1
Describe the bug
installed LazyExtras Markdown options and want to use MarkdownPreview, it is enabled, but when I run it, I only get a windows that says
Node.js v20.11.1
Tearing my hair out, trying to figure out what I've done wrong. The core MarkdownPreview talks about setting iamcco/markdown-preview.nvim#188 but setting mkdp_browser doesn't seem to help.
I tried :healthcheck but nothing interesting there.
Is there a node log somewhere, seems like it is trying to start a node server?
The https://www.lazyvim.org/extras/lang/markdown#markdown-previewnvim explanation seems to say that cp is tied to MarkdownPreviewToggle so confused why this node message comes up. Is there more setup to do?
I had this working in my old vimscript and there is a yarn install that is needed, is this done or do I need to do manually.
Sorry to be so stupid, I just can't figure out how to debug :-)
Steps To Reproduce
What is get is no preview in the default browser (Safari) and instead I get a message window that just says
Seems like it is trying to do some sort of node setup
Expected Behavior
Should see the Markdown file in a browser and it sync scrolls as you edit it.
Repro
The text was updated successfully, but these errors were encountered: