From 0d9ae5f497721c5c300067ddba7cc0a41bb2c7da Mon Sep 17 00:00:00 2001 From: ashincoder <83629316+ashincoder@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:06:24 +0530 Subject: [PATCH 1/2] updated indent-blankline branch to master In the commit of 17a83ea765831cb0cc64f768b8c3f43479b90bbe the branch of lua was merged to master. --- lua/pluginList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 19a55ca..6e078ea 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -170,7 +170,7 @@ return packer.startup( use { "lukas-reineke/indent-blankline.nvim", - branch = "lua", + branch = "master", event = "BufRead", setup = function() require("misc-utils").blankline() From c721db661ff3813fb4a241e1e10f078e93696019 Mon Sep 17 00:00:00 2001 From: ashincoder <83629316+ashincoder@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:09:00 +0530 Subject: [PATCH 2/2] updated --- lua/pluginList.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 6e078ea..53ccbfb 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -170,7 +170,6 @@ return packer.startup( use { "lukas-reineke/indent-blankline.nvim", - branch = "master", event = "BufRead", setup = function() require("misc-utils").blankline()