From 06c5ccaebb2c8390cf7e3879962164e85a84e38d Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Tue, 8 Mar 2022 12:51:11 +0000 Subject: [PATCH] Correct vim-plug install instructions Previously defaulted to master branch, this tells it to use main instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b7dcb7..0a33bd4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ at it. That, **and colorful file icons and git indicators!**. Using [vim-plug](https://github.com/junegunn/vim-plug) ```vim -Plug 'ibhagwan/fzf-lua' +Plug 'ibhagwan/fzf-lua', {'branch': 'main'} " optional for icon support Plug 'kyazdani42/nvim-web-devicons' ```