ecosse3 / nvim

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

Install Script not working #29

Closed Ruhtra47 closed 2 years ago

Ruhtra47 commented 2 years ago

I wanted to install it, but the installation script freezes when installing plugins, and then it is half installed, so I can't use it correctly and I have to remove all the configuration manually. image image Am I doing something wrong?

ecosse3 commented 2 years ago

@Ruhtra47 Thank you for this issue! I was able to replicate it. Looks like treesitter update somehow breaks when working in headless mode. I fixed that now. Could you please run the installer from dev branch via this command:

bash <(curl -s https://raw.githubusercontent.com/ecosse3/nvim/dev/.install/run.sh)

Let me know if it works now 😄 Then I will merge it to master.

akiletour commented 2 years ago

@ecosse3 from your dev branch, everything seems to be going well. If this can help (Debian 10, NVIM 0.7)

CleanShot 2022-02-15 at 00 32 29

ecosse3 commented 2 years ago

Great! Merged to master.

ecosse3 commented 2 years ago

@Ruhtra47 Please let me know if that works for you too.

Ruhtra47 commented 2 years ago

It installed just fine and it's working. And I'm WOW!!! Awesome project!!