feat: add neovim configuration setup and backup

This commit is contained in:
duma799
2026-03-22 23:58:43 +04:00
parent fd8299fd76
commit cc18472d97
+4
View File
@@ -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()