https://github.com/ecrax/nvim
my neovim config
https://github.com/ecrax/nvim
Last synced: 11 months ago
JSON representation
my neovim config
- Host: GitHub
- URL: https://github.com/ecrax/nvim
- Owner: ecrax
- License: apache-2.0
- Created: 2023-09-29T23:26:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T21:50:15.000Z (about 2 years ago)
- Last Synced: 2025-04-06T10:44:48.655Z (about 1 year ago)
- Language: Lua
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
## Quick Start
```bash
# required
mv ~/.config/nvim ~/.config/nvim.bak
# optional but recommended
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```