diff --git a/modules/vim/module.py b/modules/vim/module.py index d484c8c..688ddb4 100644 --- a/modules/vim/module.py +++ b/modules/vim/module.py @@ -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])