From f7af47749adb22a23cfbfc5c07339209ef041e2e Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Tue, 20 Jul 2021 03:42:09 -0400 Subject: [PATCH] fix: vim-plug needs info for non-master defaults (#74) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a3c6e6..6dcbe5d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Install the theme with your preferred package manager: [vim-plug](https://github.com/junegunn/vim-plug) ```vim -Plug 'folke/tokyonight.nvim' +Plug 'folke/tokyonight.nvim', { 'branch': 'main' } ``` [packer](https://github.com/wbthomason/packer.nvim)