We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc51672 + d9c5796 commit 17e7b83Copy full SHA for 17e7b83
rename.py
@@ -29,7 +29,7 @@ def print_colored(message, color):
29
os.path.join("plugin",new_name + ".lua"))
30
print_colored("Renamed files under plugin folder successed", Colors.GREEN)
31
if dir == 'doc':
32
- os.rename(os.path.join("doc", "nvim-plugin-template.txt"),
+ os.rename(os.path.join("doc", "nvim-plugin-template.nvim.txt"),
33
os.path.join("doc",new_name + ".txt"))
34
print_colored("Renamed files under doc folder successed", Colors.GREEN)
35
if dir == '.github':
0 commit comments