Zum Hauptinhalt springen
Version: Next

Installation

Prerequisites

Optional Feature Prerequisites

  • Install lazygit. This enables <leader>gg to launch lazygit for integrated and enhanced Git experience while in lvim.

Release

(Neovim 0.9.0)

No alarms and No surprises:

LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)

Nightly

(Neovim 0.10.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

  • LunarVim updates to the current LunarVim branch's latest commit.
  • :LvimUpdate command in command-line mode.
  • <leader>Lu using WhichKey.
  • 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)