From 30ebddb59c6db03a2e7d415ff16534c933efea7e Mon Sep 17 00:00:00 2001 From: Eisverygoodletter <76079042+Eisverygoodletter@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:59:24 +0800 Subject: [PATCH] Capitalise `Plugin` for Vundle Vundle requires `Plugin`, but doesn't accept `plugin`. This change makes copy and pasting the 2 commands from the github `README.md` into `.vimrc` easier. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3116aa9..3bc3278 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ optional, used for Powerline style rendering. [vundle](https://github.com/vundlevim/vundle.vim) - plugin 'zefei/vim-wintabs' - plugin 'zefei/vim-wintabs-powerline' + Plugin 'zefei/vim-wintabs' + Plugin 'zefei/vim-wintabs-powerline' [vim-plug](https://github.com/junegunn/vim-plug)