fix(grapple): update after grapple changes

This commit is contained in:
2024-03-04 23:33:50 +01:00
parent 0eedc4cee1
commit b909b87f2e
2 changed files with 5 additions and 8 deletions
+1 -4
View File
@@ -21,10 +21,7 @@ local function setup()
"diff",
{ "diagnostics", sources = { "nvim_lsp", }, },
{
function ()
local key = require("grapple").key()
return "[" .. key .. "]"
end,
require("grapple").statusline,
cond = require("grapple").exists,
},
},