From 980fa5d5bea5d4deb0ccd70137eca3ec6d3c8fac Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Tue, 17 Oct 2023 09:12:56 +0800 Subject: [PATCH] fix(colors): remove '0.0.x' branch for 'github-nvim-theme' --- lua/plugins/colors.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/colors.lua b/lua/plugins/colors.lua index 54eb6d9a..62128aea 100644 --- a/lua/plugins/colors.lua +++ b/lua/plugins/colors.lua @@ -81,7 +81,6 @@ return { "projekt0n/github-nvim-theme", lazy = true, priority = 1000, - branch = "0.0.x", }, { "rebelot/kanagawa.nvim",