Doesn't work on macos with neovim
See original GitHub issueI tried installing both with yarn+node and also the other way, but either way, when I start the server it does nothing. mkdp#rpc#get_server_status()
returns zero. Any idea what I could be doing wrong?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Can't run nvim on macOS (10.11.6) · Issue #8524 - GitHub
nvim --version : Can't be executed because nvim doesn't run on Mac OS 10.11.6; Vim (version: ) behaves differently?
Read more >Why is Neovim's init file not working on my Mac?
I figured this was the problem because when I ran Neovim with sudo nvim , all the customisations in the init.vim file were...
Read more >Neovim for MacOS - DEV Community
Hi guys, this is my first post and I will help to install Neovim for MacOS. In this case, the plugins to install...
Read more >How I Setup Neovim On My Mac To Make It Amazing - YouTube
Hey guys! In this video, I'm setting up Neovim from scratch to turn it into something pretty amazing. I'll be talking about pretty...
Read more >What's the prefered method for installing neovim on macOS?
I've been using brew remove neovim and brew install --HEAD neovim But it's always a crap shoot with brew because it downloads/updates other...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh ok it works now 😃
Changed to use
npm install
(thanks @sff1019) and then explicitly callingcall mkdp#util#open_preview_page()
Seems great so far, thanks for this
It use pkg to build package and may can not work on some operate system.