Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days ago
JSON representation
My LunarVim Configuration
- Host: GitHub
- URL: https://github.com/proffapt/lvim-conf
- Owner: proffapt
- Created: 2024-10-24T16:08:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T15:30:03.000Z (18 days ago)
- Last Synced: 2024-12-06T15:52:02.631Z (18 days ago)
- Topics: config, lunar-vim, lvim, neovim, nvim, vi, vim, vim-conf
- Language: Lua
- Homepage:
- Size: 36.1 KB
- Stars: 1
- 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
```