diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 151f2e1..86146c1 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -34,6 +34,13 @@ local function setup() { "filename", path = 1, }, "diff", { "diagnostics", sources = { "nvim_lsp", }, }, + { + function () + local key = require("grapple").key() + return " [" .. key .. "]" + end, + cond = require("grapple").exists, + }, }, lualine_x = { "bo:filetype",