fix(grapple): update after grapple changes
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user