From 0cd13cde9125ee3fe754b610ccaee434a353b264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 2 Aug 2025 19:19:06 +0200 Subject: [PATCH] feat(nvim): remove grapple icons on lualine --- .config/nvim/lua/plugins/extras/editor/marks/grapple.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/marks/grapple.lua b/.config/nvim/lua/plugins/extras/editor/marks/grapple.lua index e07ebc13..fcc58681 100644 --- a/.config/nvim/lua/plugins/extras/editor/marks/grapple.lua +++ b/.config/nvim/lua/plugins/extras/editor/marks/grapple.lua @@ -65,13 +65,6 @@ return { table.insert(opts.config.center, 5, grapple) 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", opts = {