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

https://github.com/ninagrosse/lazyvim-config

My LazyVim config for Neovim
https://github.com/ninagrosse/lazyvim-config

lazyvim lazyvim-config neovim neovim-config

Last synced: 2 months ago
JSON representation

My LazyVim config for Neovim

Awesome Lists containing this project

README

        

# 💤 My LazyVim config

This configuration is best used in conjunction with my [dotfiles](https://github.com/ninagrosse/dotfiles) to have all the requirements already installed and configured.

## Installation

- (optional) Check and install the requirements at [lazyvim.org](https://www.lazyvim.org/#%EF%B8%8F-requirements) if not using dotfiles
- (optional) Backup current Neovim files
- Clone the repository

Linux and Mac

```sh
git clone [email protected]:ninagrosse/lazyvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```

Windows (PowerShell)

```powershell
git clone [email protected]:ninagrosse/lazyvim-config.git "${env:LOCALAPPDATA}\nvim"
```

## Post Installation

Start Neovim and wait until all plugins are installed.

```sh
nvim
```

Run `:LazyHealth` to load all plugins and check if everything is working correctly.