From 19bc79a96bcef113a17008933f50bd701c3b3045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Fri, 25 Jul 2025 10:59:57 +0200 Subject: [PATCH] customize README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 858aa48..66e361b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AstroNvim Template +# My AstroNvim Config **NOTE:** This is for AstroNvim v5+ -A template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim) +This is my astronvim config, based on the official [AstroNvim](https://github.com/AstroNvim/AstroNvim) template. ## 🛠️ Installation @@ -15,12 +15,6 @@ mv ~/.local/state/nvim ~/.local/state/nvim.bak mv ~/.cache/nvim ~/.cache/nvim.bak ``` -#### Create a new user repository from this template - -Press the "Use this template" button above to create a new repository to store your user configuration. - -You can also just clone this repository directly if you do not want to track your user configuration in GitHub. - #### Clone the repository ```shell