https://github.com/nilsherzig/lazyvim
https://github.com/nilsherzig/lazyvim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nilsherzig/lazyvim
- Owner: nilsherzig
- License: apache-2.0
- Created: 2023-01-10T18:40:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T18:40:23.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:42:04.622Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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)
## 🚀 Getting Started
This repo contains an example setup for
[LazyVim](https://github.com/LazyVim/LazyVim)
### 1. Make a backup of your current Neovim files:
```sh
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```
### 2. Clone the starter
```sh
git clone https://github.com/LazyVim/starter ~/.config/nvim
```
### 3. Start Neovim!
```sh
nvim
```
Refer to the comments in the files on how to customize **LazyVim**.
## 📂 File Structure
~/.config/nvim
├── lua
│  ├── config
│  │  ├── autocmds.lua
│  │  ├── keymaps.lua
│  │  ├── lazy.lua
│  │  └── options.lua
│  └── plugins
│  └── example.lua
├── init.lua
└── stylua.toml