feat(lualine): remove grapple icon
This commit is contained in:
@@ -21,7 +21,7 @@ local function setup()
|
||||
{
|
||||
function ()
|
||||
local key = require("grapple").key()
|
||||
return " [" .. key .. "]"
|
||||
return "[" .. key .. "]"
|
||||
end,
|
||||
cond = require("grapple").exists,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user