Skip to content

Commit

Permalink
create README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <[email protected]>
  • Loading branch information
LudovicoPiero committed May 30, 2024
1 parent 2c4243d commit 232703b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 🌟 Neovim Configuration

Welcome to my Neovim configuration! This setup leverages the power of [nix-community/nixvim](https://github.com/nix-community/nixvim) to provide a declarative and reproducible Neovim environment using Nix. Enjoy a consistent and highly customizable text editing experience!

![Neovim](https://neovim.io/images/[email protected])

## πŸ“‹ Table of Contents

1. [Introduction](#introduction)
2. [Usage](#usage)

## 🌟 Introduction

This repository contains my personal Neovim configuration managed with Nix. By using Nix, I ensure that my setup is consistent across different machines and easy to update or roll back.


## πŸ›  Usage

To test the Neovim configuration simply run the following command

```sh
nix run .
```

## 🀝 Contributing

Contributions are welcome! Feel free to open issues or pull requests if you have suggestions or improvements.

0 comments on commit 232703b

Please sign in to comment.