ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.19k stars 109 forks source link

Neovim exits immediately on startup after fresh install #179

Open alarwasyi98 opened 2 weeks ago

alarwasyi98 commented 2 weeks ago

Description

I've recently set up Ecovim on my Ubuntu as per the instructions in the repository. The installation process completed without any errors, and all plugins were loaded successfully. However, when I start Neovim, it does not load the dashboard or open my workspace. Instead, Neovim suddenly exits, and my terminal reverts to the bash prompt. Because of this, I'm unable to run any commands, including :checkhealth.

Steps to Reproduce:

  1. Follow the installation steps for Ecovim on the repository.
  2. Start Neovim by typing nvim in the terminal.
  3. Observe the behavior.

Expected Behavior:

Neovim should display the dashboard and load the workspace as configured.

Actual Behavior:

Neovim suddenly exits and returns to the bash prompt. I am unable to run any Neovim commands, including :checkhealth.

System Information:

OS: Ubuntu 22.04.4 LTS (WSL) Neovim version: v0.10.0 Ecovim version: v3.9.0

Additional Information:

I would appreciate any help in diagnosing and resolving this issue.

Thank you!

H4ckint0sh commented 2 weeks ago

@alarwasyi98 Install using the installer sh ./install/run.sh.