Skip to main content
Version: 1.3

Installation

Prerequisites

Optional Feature Prerequisites

  • Install lazygit. This enables <leader>gg to launch lazygit for intergrated 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

  • 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)