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 = {