From fca86a97c6177c24adca8206743a1be19bb6a6ef Mon Sep 17 00:00:00 2001 From: jo-project Date: Mon, 20 Nov 2023 08:41:10 +1100 Subject: [PATCH] LazyVim 10.8.0 --- lua/lazyvim/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index f2efafd..769739c 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -125,7 +125,7 @@ return { end end - if startsWith(text) == "Explorer:" then + if startsWith(text, "Explorer:") then text = text else if type(config.right_padding) == "number" then