Node server not started from Neovim
See original GitHub issueI’ve been trying browserlink with Vim, and it works great: the node server just starts after the first save, as expected.
But when using Neovim (with python 2.7 support), the server doesn’t start on its own. Then, if I run node browserlink.js
manually from another terminal, everything works fine again.
Thanks.
PS. This issue is actually an accurate version of #43, where I had totally misunderstood the problem.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Neovim node-client connect to running nvim instance
I need a process handle via unix socket with WritableStream and ReadableStream (stdin/out). net.createConnection(path) errors with ECONNREFUSED . node.js ...
Read more >coc.nvim not working because of nodejs problem : r/neovim
I am using neovim and installed nodejs and npm via pacman. However after installing coc using Plug I always get the same error...
Read more >User Manual - rust-analyzer
If you're not using Code, you can compile and install only the LSP server: ... Install coc.nvim by following the instructions at coc.nvim...
Read more >Neovim - ArchWiki
When the system-wide configuration file does not exist, Nvim checks for ... Starting from Nvim's version 0.5, it is possible to setup Nvim...
Read more >Node.js Core - Neovim Setup
Neovim + coc.nvim; Node.js ( git clone git@github.com:nodejs/node.git ); ccls ... Building Node.js for the first time is not a fast operation.
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
I guess it’s related to https://github.com/neovim/neovim/issues/1496
EDIT: Does work on Arch and vim 8.0.
I just thought browserlink also starts a webserver (like some vim markdown preview plugins do).
It’s worth noting that
python -m http.server
)