跳到主要内容
版本:1.2

Installation

Prerequisites

Release

(Neovim 0.8.0)

No alarms and No surprises:

LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/fc6873809934917b470bff1b072171879899a36b/utils/installer/install.sh)

Nightly

(Neovim 0.9.0)

All the new features with all the new bugs:

bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)

Make sure to check the troubleshooting section if you encounter any problem.

Updating LunarVim

  • Inside LunarVim :LvimUpdate
  • From the command-line lvim +LvimUpdate +q

Update the plugins

  • Inside LunarVim :LvimSyncCorePlugins

Uninstall

You can remove LunarVim (including the configuration files) using the bundled uninstall script

bash ~/.local/share/lunarvim/lvim/utils/installer/uninstall.sh

or

bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/uninstall.sh)