An open API service indexing awesome lists of open source software.

https://github.com/ecrax/nvim

my neovim config
https://github.com/ecrax/nvim

Last synced: 11 months ago
JSON representation

my neovim config

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
```