feat(nvim): remove grapple icons on lualine

This commit is contained in:
Sergio Laín 2025-08-02 19:19:06 +02:00
parent d29dddfb0f
commit 0cd13cde91
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -65,13 +65,6 @@ return {
table.insert(opts.config.center, 5, grapple) table.insert(opts.config.center, 5, grapple)
end, end,
}, },
{
"nvim-lualine/lualine.nvim",
optional = true,
opts = function(_, opts)
table.insert(opts.sections.lualine_c, { require("grapple").statusline, cond = require("grapple").exists })
end,
},
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = { opts = {