我无法安装neovim 0.8.0+
(KDE neon
基于ubuntu
)。我neovim 0.8+
需要月球人.apt
接下来说:
➜ ~ LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
88\ 88\
88 | \__|
88 |88\ 88\ 888888$\ 888888\ 888888\ 88\ 88\ 88\ 888888\8888\
88 |88 | 88 |88 __88\ \____88\ 88 __88\\88\ 88 |88 |88 _88 _88\
88 |88 | 88 |88 | 88 | 888888$ |88 | \__|\88\88 / 88 |88 / 88 / 88 |
88 |88 | 88 |88 | 88 |88 __88 |88 | \88$ / 88 |88 | 88 | 88 |
88 |\888888 |88 | 88 |\888888$ |88 | \$ / 88 |88 | 88 | 88 |
\__| \______/ \__| \__| \_______|\__| \_/ \__|\__| \__| \__|
--------------------------------------------------------------------------------
Detecting platform for managing any additional neovim dependencies
[ERROR]: LunarVim requires at least Neovim v0.8 or higher
➜ ~ sudo apt install neovim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
neovim is already the newest version (0.6.1-3).
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
➜ ~ LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
88\ 88\
88 | \__|
88 |88\ 88\ 888888$\ 888888\ 888888\ 88\ 88\ 88\ 888888\8888\
88 |88 | 88 |88 __88\ \____88\ 88 __88\\88\ 88 |88 |88 _88 _88\
88 |88 | 88 |88 | 88 | 888888$ |88 | \__|\88\88 / 88 |88 / 88 / 88 |
88 |88 | 88 |88 | 88 |88 __88 |88 | \88$ / 88 |88 | 88 | 88 |
88 |\888888 |88 | 88 |\888888$ |88 | \$ / 88 |88 | 88 | 88 |
\__| \______/ \__| \__| \_______|\__| \_/ \__|\__| \__| \__|
--------------------------------------------------------------------------------
Detecting platform for managing any additional neovim dependencies
[ERROR]: LunarVim requires at least Neovim v0.8 or higher
➜ ~
答案1
以下是一些替代选项:
neovim
通过以下方式安装guix package --install neovim
:https://packages.guix.gnu.org/packages/neovim(写这篇文章的时候是 0.9.1)。
安装guix
反过来apt install guix
neovim
通过 安装nix-env --install neovim
。安装nix-env
和apt install nix-bin
: https://packages.ubuntu.com/jammy/nix-binneovim
从安装makedeb
软件包存储库:https://mpr.makedeb.org/packages/neovim
目前,Ubuntu 还停留在neovim
0.7.2 版本:https://packages.ubuntu.com/mantic/neovim
答案2
通过从源代码构建解决neovim v0.8.0+
。
答案3
进行 1 - nvim --version
2 尝试删除当前 nvim(例如现在 0.6.4。)sudo apt remove neovim
3 并再次安装 neovim 例如在此处输入链接描述
如果你使用 Ubuntu