https://github.com/mkdir700/lazynvim
My vim editor, based on Lazyvim.
https://github.com/mkdir700/lazynvim
Last synced: about 1 year ago
JSON representation
My vim editor, based on Lazyvim.
- Host: GitHub
- URL: https://github.com/mkdir700/lazynvim
- Owner: mkdir700
- License: apache-2.0
- Created: 2023-09-12T06:48:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:31:56.000Z (over 2 years ago)
- Last Synced: 2024-03-05T04:33:12.095Z (over 2 years ago)
- Language: Lua
- Homepage:
- Size: 106 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.
## Quickstart
- Make a backup of your current configuration
```bash
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
```
- Clone the repository
```bash
git clone https://github.com/mkdir700/lazynvim.git ~/.config/nvim
```
- Remove the `.git` folder, so you can add it to your own repository
```bash
rm -rf ~/.config/nvim/.git
```
- Start Neovim!
```bash
nvim
```