From cc18472d974c0003b8afec72e030af94eb123300 Mon Sep 17 00:00:00 2001 From: duma799 Date: Sun, 22 Mar 2026 23:58:43 +0400 Subject: [PATCH] feat: add neovim configuration setup and backup --- install.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.py b/install.py index 21ce355..e4062f5 100755 --- a/install.py +++ b/install.py @@ -527,6 +527,10 @@ def main(): print_step(step, total, "Install Fastfetch Config") install_fastfetch_config(repo) + step += 1 + print_step(step, total, "Install Neovim Config") + install_nvim_config(repo) + print_post_install()