jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.4k stars 502 forks source link

SSH connection closes when running `nvim` #240

Closed FountainOfInk closed 11 months ago

FountainOfInk commented 11 months ago

Describe the bug

On my (small, limited) Ubuntu vps, after git cloneing the config, and running nvim, the ssh connection closes (while doing what seems to be installing plugins) Steps to reproduce the issue:

  1. Clone the config
  2. Run nvim
  3. Observe `[No Name]Shared connection to [vps ip address] closed. Expected behavior

    nvim does not terminate my ssh session.

Screenshots

Additional context

jdhao commented 11 months ago

I have never experienced this. I guess this is not related to my config, most probably due to your system.

FountainOfInk commented 11 months ago

I have never experienced this. I guess this is not related to my config, most probably due to your system.

Tried it on my laptop, works fine, I'm assuming that this is because of the limited resources on the VPS.