https://github.com/proffapt/lvim-conf
My LunarVim Configuration
https://github.com/proffapt/lvim-conf
config lunar-vim lvim neovim nvim vi vim vim-conf
Last synced: about 1 month ago
JSON representation
My LunarVim Configuration
- Host: GitHub
- URL: https://github.com/proffapt/lvim-conf
- Owner: proffapt
- Created: 2024-10-24T16:08:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:30:06.000Z (4 months ago)
- Last Synced: 2025-02-04T15:30:46.785Z (4 months ago)
- Topics: config, lunar-vim, lvim, neovim, nvim, vi, vim, vim-conf
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunar Vim Configuration
## Install
1. Install lvim (keep all prompts at default)
```sh
LV_BRANCH='release-1.4/neovim-0.9'
bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh)
```2. Add my layer of configuration
```sh
git clone https://github.com/proffapt/lvim-conf ~/.config/lvim
```## Uninstall
```sh
bash ~/.local/share/lunarvim/lvim/utils/installer/uninstall.sh
rm -rf ~/.config/lvim
```