CosmicNvim / CosmicNvim

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

Home Page:https://cosmicnvim.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build demanding nvim 0.7+

VasyaSovari opened this issue · comments

Latest release is insisting it needs neovim v0.7+ which, as far as I can tell, does not currently exist.
This can be manually corrected with a simple edit of init.lua, but is still .... very odd and you may want to fix it

Error detected while processing /home/undeadbydawn/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/undeadbydawn/.config/nvim/init.lua:2: Need Neovim v0.7+ in order t
o run Cosmic!

CosmicNvim typically requires you to run the nightly version of Neovim, which is currently at v0.7.0.

If you install the nightly, that error will go away!

Current neovim-nightly-bin on aur is 0.6.0+dev+43+g02bf251bb-1
Given that 0.7 appears only available via direct download as an appimage - which I outright will not touch - may I suggest keeping 0.6 as standard for now?
I'm all for bleeding edge, but this is will mostly just cause unnecessary problems and everything (as far as I can tell) works just fine under 0.6 anyway

appears only available via direct download as an appimage

No there is an aur package called neovim-nightly-bin that you can use to get the 0.7 nightly

appears only available via direct download as an appimage

No there is an aur package called neovim-nightly-bin that you can use to get the 0.7 nightly

The current release on aur is neovim-nightly-bin 0.6.0+dev+43+g02bf251bb-1

I've resolved this by simply changing the 7 in init.ua to a 6. Cosmic continues to function with no issues

The current release on aur is neovim-nightly-bin 0.6.0+dev+43+g02bf251bb-1

yea there is a name decrepancy. When you install it it installs the latest 0.7 nightly

The current release on aur is neovim-nightly-bin 0.6.0+dev+43+g02bf251bb-1

yea there is a name decrepancy. When you install it it installs the latest 0.7 nightly

..... wow.
Just

wow.
[edit] so this was entirely my own stupid fault for going back to mainline when it hit 6. Won't be doing that again