From d3d99b01cdbf2d045253a08d47a07a85a577556d Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Sun, 5 Oct 2025 02:59:06 +0300 Subject: [PATCH] nvim post install --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5e3732f..bacc6bb 100644 --- a/config.json +++ b/config.json @@ -151,7 +151,7 @@ "from": "linux-dev/nvim", "to": "~/.config/nvim" }, - "post-link": "nvim --headless '+Lazy! restore' '+MasonUpdate' '+TSUpdate' +qa && (grep -q 'alias vim=nvim' ~/.zshrc || echo 'alias vim=nvim' >> ~/.zshrc) || true" + "post-link": "nvim --headless '+Lazy! restore' +qa" }, { "package": "git",