Skip to content

Commit 3acef18

Browse files
authored
[setup.py] support nvim0.7
1 parent 017e05a commit 3acef18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def main():
192192
# compile configs
193193
try:
194194
print("\ncompiling config and plugins...")
195+
subprocess.run(["git", "checkout", "release-0.7"], cwd=NVIM_CONF_PATH)
195196
compile_nvim()
196197
except KeyboardInterrupt:
197198
print("\n\n")

0 commit comments

Comments
 (0)