From 562a641bdf341ce4289076c3fe6b1c7d9597ee8a Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 8 Jan 2024 18:25:37 +0100 Subject: [PATCH] feat(lualine): remove grapple icon --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index f632286..c23affe 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -21,7 +21,7 @@ local function setup() { function () local key = require("grapple").key() - return " [" .. key .. "]" + return "[" .. key .. "]" end, cond = require("grapple").exists, },