From bdb991033aab5a02275657adb09ad77a3931a8b9 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 2 Oct 2024 23:22:56 +0200 Subject: [PATCH] fix: remove align end hopefully blocks will be 1 wide again? --- lua/codemp/neo-tree/components.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/codemp/neo-tree/components.lua b/lua/codemp/neo-tree/components.lua index b8a0475..f72fae7 100644 --- a/lua/codemp/neo-tree/components.lua +++ b/lua/codemp/neo-tree/components.lua @@ -106,7 +106,6 @@ M.users = function(config, node, state) table.insert(out, { text = string.sub(user, 0, 1), highlight = codemp_utils.color(user).bg, - align = "end", }) end end