cpea2506 / lvim

Lunarvim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lvim

My LunarVim configuration, inspired from my Peavim config

dashboard

main

One-liner installation command

bash <(curl -s https://raw.githubusercontent.com/cpea2506/lvim/main/utils/install.sh)

This will install LunarVim for you if there isn't any.

Requirement

  • Unix-like OS (macOS, Linux,...)
  • Neovim nightly

GUI:

If you are using Neovide and/or Vimr. You need to do these things to make it receive LunarVim config:

  1. Go inside lvim/utils folder: cd $HOME/.config/lvim/utils
  2. Setup
  • Neovide

    chmod +x ./lvide
    
    mv ./lvide $HOME/.local/bin/.
  • Vimr

    chmod +x ./lvimr
    
    mv ./lvimr $HOME/.local/bin/.
  1. Now you can start using lvide for neovide and/or lvimr for vimr

About

Lunarvim configuration


Languages

Language:Lua 93.7%Language:Shell 6.3%