Sep 14, 2022

LunarVim

LunarVim is a fast IDE layer for Neovim. Vim, at some point let you be focus on the code, and by that, use the keyboard as the main tool, instead of the mouse.

Here's the list of steps to install LunarVim (and NeoVim) in Ubuntu.

$ sudo apt install software-properties-common -y

$ sudo add-apt-repository ppa:neovim-ppa/stable -y

$ sudo apt update

$ sudo apt install neovim -y

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

Add lvim to $PATH

If your terminal can't find the lvim command, add the installation folder to your path or move the lvim command to somewhere in your path. The default install folder is ~/.local/bin.
 

 

Links:

  • https://www.linuxcapable.com/how-to-install-neovim-editor-on-ubuntu-22-04-lts/
  • https://www.lunarvim.org/01-installing.html#prerequisites
  • https://www.lunarvim.org/02-after-install.html#add-lvim-to-path 
  • https://github.com/neovim/neovim/releases/tag/v0.7.2
  • https://github.com/neovim/neovim/wiki/Installing-Neovim