Changed language from German to English

This commit is contained in:
Lucas Noki 2019-12-15 07:26:21 +01:00 committed by Marcel Schwarz
parent 4e6a0cbe69
commit 8496ba006e

View File

@ -16,7 +16,7 @@ class VimModule(IModule):
("6. Lightline", "Plug 'https://github.com/itchyny/lightline.vim'")
]
print("Verfügbare Plugins:\n")
print("Available Plugins:\n")
for key in plugins:
print(key[0])