From 0b43e5d0c9662818f6f882a1c93ea8783f8f1d42 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 5 Jul 2022 21:27:22 -0400 Subject: [PATCH] Vim: Changing to vim-python's python-syntax --- .chezmoiexternal.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 3f96b19..409de4a 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -25,7 +25,7 @@ stripComponents = 1 [".config/vim/bundle/python-syntax"] type = "archive" - url = "https://github.com/hdima/python-syntax/archive/master.tar.gz" + url = "https://github.com/vim-python/python-syntax/archive/master.tar.gz" stripComponents = 1 [".config/vim/bundle/tabular"] type = "archive"