From 0af72031144946bf1475799d1c051f5283b09f59 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 25 Jan 2024 13:38:55 +0100 Subject: [PATCH] add astronvim --- .chezmoiexternal.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 6c6955c..09113f1 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -15,3 +15,8 @@ url = "https://github.com/junegunn/fzf/archive/master.tar.gz" exact = true stripComponents = 1 +[".config/nvim"] + type = "archive" + url = "https://github.com/AstroNvim/AstroNvim/archive/master.tar.gz" + exact = true + stripComponents = 1