Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximiliengilet/nvim
https://github.com/maximiliengilet/nvim
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximiliengilet/nvim
- Owner: maximilienGilet
- License: apache-2.0
- Created: 2024-07-16T18:40:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T09:29:05.000Z (4 months ago)
- Last Synced: 2024-09-13T23:13:24.019Z (4 months ago)
- Language: Lua
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim configuration 🧑💻
Based on [LazyVim](https://github.com/LazyVim/LazyVim).
## Installation
Backup your current configuration:
```bash
mv ~/.config/nvim ~/.config/nvim.bak
```Clone this repository:
```bash
git clone https://github.com/maximilienGilet/nvim ~/.config/nvim
```