Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpea2506/lvim
Lunarvim configuration
https://github.com/cpea2506/lvim
config lunarvim neovim
Last synced: 3 months ago
JSON representation
Lunarvim configuration
- Host: GitHub
- URL: https://github.com/cpea2506/lvim
- Owner: cpea2506
- Created: 2021-12-25T22:01:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:55:25.000Z (10 months ago)
- Last Synced: 2024-04-06T15:32:45.170Z (10 months ago)
- Topics: config, lunarvim, neovim
- Language: Lua
- Homepage:
- Size: 2.74 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lvim
My LunarVim configuration, inspired from my [Peavim](https://github.com/cpea2506/peavim) config
![]()
## One-liner installation command
```bash
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
```bash
chmod +x ./lvidemv ./lvide $HOME/.local/bin/.
```- Vimr
```bash
chmod +x ./lvimrmv ./lvimr $HOME/.local/bin/.
```3. Now you can start using `lvide` for `neovide` and/or `lvimr` for `vimr`