https://github.com/alexmllo/nvim-config
My configuration of nvim on top of Lazyvim
https://github.com/alexmllo/nvim-config
lazyvim lua
Last synced: 3 months ago
JSON representation
My configuration of nvim on top of Lazyvim
- Host: GitHub
- URL: https://github.com/alexmllo/nvim-config
- Owner: alexmllo
- Created: 2024-08-13T11:12:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T21:42:01.000Z (7 months ago)
- Last Synced: 2025-01-23T15:17:42.147Z (5 months ago)
- Topics: lazyvim, lua
- Language: Lua
- Homepage:
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim Configuration Using LazyVim
This repository contains my personal Neovim configuration built on top of LazyVim.


## Installation
Before installing the new configuration, ensure to backup or remove your old Neovim configuration.
### Backup Old Configuration
```bash
mv ~/.config/nvim ~/.config/nvim-old
```### Remove Old Configuration
```bash
rm -rf ~/.config/nvim
```### Remove Local State and Share
```bash
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
```### Clone Repository
Finally, clone this repository into your Neovim configuration directory and start Neovim:
```bash
git clone https://github.com/alexmllo/nvim-config ~/.config/nvim && nvim