https://github.com/alexmllo/nvim-config
My configuration of nvim on top of Lazyvim
https://github.com/alexmllo/nvim-config
lazyvim lua
Last synced: about 1 year 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T21:42:01.000Z (over 1 year ago)
- Last Synced: 2025-01-23T15:17:42.147Z (over 1 year 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