[lualine] Add grapple to statusline

This commit is contained in:
2023-12-23 00:15:08 +01:00
parent 1c99d0503b
commit b43e8790ca
+7
View File
@@ -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",