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
- Host: GitHub
- URL: https://github.com/ninagrosse/lazyvim-config
- Owner: ninagrosse
- License: apache-2.0
- Created: 2025-01-09T10:57:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:22:29.000Z (3 months ago)
- Last Synced: 2025-03-11T10:32:54.734Z (3 months ago)
- Topics: lazyvim, lazyvim-config, neovim, neovim-config
- Language: Lua
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 repositoryLinux 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.