From 232703b22b2b354a4a49506be962e5eb881767b6 Mon Sep 17 00:00:00 2001 From: Ludovico Piero Date: Fri, 31 May 2024 06:24:45 +0900 Subject: [PATCH] create README.md Signed-off-by: Ludovico Piero --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fb4f3f --- /dev/null +++ b/README.md @@ -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/logo@2x.png) + +## 📋 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. \ No newline at end of file